To build this application you must...
- Have python 2.7 and
virtualenv
installed - Run the setup file with the command source setup.sh
- Populate the database with generic values python reset-db.py
- Add your current machine user id to admin in config/roles.yaml
- Start webserver to serve application python run.py
- Open 0.0.0.0:8080 in your browser if you are working locally, your IP:8080 if remotely
To work on this application, you'll probably want:
-
The Flask Documentation
-
The Jinja Documentation
-
The PeeWee Documentation
-
The Configure Documentation
That's most of what comes to mind...