Finished deployment script
This commit is contained in:
@@ -29,4 +29,4 @@ To have the service start on boot run:
|
|||||||
# Automatic Deployment
|
# Automatic Deployment
|
||||||
Make sure the bash script is executable by running: `chmod u+x install.sh`
|
Make sure the bash script is executable by running: `chmod u+x install.sh`
|
||||||
|
|
||||||
Run the script with: `sudo ./install.sh`
|
Make certain you are actually in the Meshtastic-Webserver Directory or this will fail. Run the script with: `sudo ./install.sh`
|
||||||
@@ -8,6 +8,7 @@ if test -f "meshtastic"; then
|
|||||||
echo "Virtual environment already exists. Skipping venv creation."
|
echo "Virtual environment already exists. Skipping venv creation."
|
||||||
else
|
else
|
||||||
echo "Making virtual environment..."
|
echo "Making virtual environment..."
|
||||||
|
python3 -m venv meshtastic
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installing venv requirements"
|
echo "Installing venv requirements"
|
||||||
|
|||||||
Reference in New Issue
Block a user