From 191b1140e5a318b7fbd6d04206601ac5c26d205c Mon Sep 17 00:00:00 2001 From: Adnan Memic Date: Sun, 16 Feb 2020 20:10:03 +0000 Subject: [PATCH] setup-final --- .codio | 1 + _scripts/setup.sh | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 _scripts/setup.sh 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