Skip to content
Permalink
191b1140e5
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
9 lines (9 sloc) 393 Bytes
{
"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": {
"URL": "http://{{domain3000}}/"
}
}