To set up the backend:
- Run
virtualenv venv
- Activate the virtualenv:
. venv/bin/activate
(Windows:venv\scripts\activate
) - Run
pip install -r ./requirements.txt
to install all depencencies
To run it: python run.py
To set up the frontend (angular + backbone and more, node
and npm
are assumed to be installed already)
- Change to directory frontend:
cd frontend
- Install gulp:
npm install -g gulp
(run withsudo
if there are permission problems) - Install all dependencies
npm install
and get yourself some coffee, this’ll take way too long because npm :( - ...
- profit?