Activities for a healthy weekend!
First you need to clone this repository from github:
git clone git@github.com:rudaporto/medbelle_activities.git
Next you need a new python3 virtualenv:
cd medebelle_activities
make create_venv
source venv/bin/activate
Install all the necessary python packages:
make packages
Migrate the database to latest version:
make migrate_db
Create the admin user to manage the application:
make create_admin
Start the application server:
make run_server
Finally you can add a new Activity in the Activities application.