To run the app locally
- Clone the repo
- Make and activate a virtualenv (We recommend virtualenvwrapper - this blog post may also be
useful if you’re using a Mac)
- e.g. the first time,
mkvirtualenv -a path/to/rapid-router rapid-router
- and thereafter
workon rapid-router
./run in your rapid-router dir - This will:
- install all of the dependencies using pip
- sync the database
- collect the static files
- run the server