Skip to content
Permalink
Browse files
setup-final
  • Loading branch information
memica committed Feb 16, 2020
1 parent a12b075 commit 191b1140e5a318b7fbd6d04206601ac5c26d205c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 .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": {

This file was deleted.

0 comments on commit 191b114

Please sign in to comment.