A Flask app to store coordinate paths.
-
Install mongodb:
brew tap mongodb/brew
thenbrew install mongo
. (full instructions) -
Start
mongod
: follow directions at the end of brew's installation based on your usage (as a service, or single shot). -
Install dependencies:
pipenv sync
-
Run locally:
pipenv run python run.py
match-tracks is configured to deploy via dokku, a Docker container management service.
-
Add dokku remote:
git remote add dokku dokku@<service-url>:match-tracks
-
Push the repo:
git push dokku
-
Set any instance environment variables (like API tokens) on the remote service in
instance/config.py