sudo pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python server.py
Then access to the website through http://localhost:8080/
Extract texts from templates :
./scripts/update
Then you have to edit translations/XX/LC_MESSAGES/messages.po
and add your translation
Then compile the .po files :
./scripts/compile