diff --git a/.codio b/.codio index bebb200..61d0fc9 100644 --- a/.codio +++ b/.codio @@ -1,5 +1,6 @@ { "commands": { + "Setup App": "sudo apt-get update; mkdir location_app/app/databases; sudo apt-get install python3-venv; python3 -m venv location_app/venv; cd location_app; . venv/bin/activate; pip install -r requirements.txt", "Run App": "cd /home/codio/workspace/location_app; . venv/bin/activate; flask run" }, "preview": { diff --git a/_scripts/setup.sh b/_scripts/setup.sh deleted file mode 100644 index ab642a6..0000000 --- a/_scripts/setup.sh +++ /dev/null @@ -1,10 +0,0 @@ -sudo apt-get update - -mkdir location_app/app/databases - -sudo apt-get install python3-venv -python3 -m venv location_app/venv - -cd location_app -. venv/bin/activate -pip install -r requirements.txt \ No newline at end of file