Skip to content
Permalink
460384e11f
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) 527 Bytes
{
"commands": {
"Setup App": "sudo apt-get update; mkdir location_app/app/databases location_app/app/static location_app/app/static/css location_app/app/static/js location_app/app/static/img location_app/app/templates; 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}}/"
}
}