Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

ecole-thot/thot

Repository files navigation

Install

Use a virtualenv

sudo pip install virtualenv
virtualenv venv
source venv/bin/activate

Then

pip install -r requirements.txt

Launch server

python server.py

Then access to the website through http://localhost:8080/

Need to update translations ?

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