In development
Download the code, then
python setup.py develop
Copy development.ini.template to development.ini then fill app:main section parameters
admin contains the list of site administrators (emails, comma separated)
pserve development.ini
pserve production.ini
##Database gestion
To reset database :
mongo 'databasename' --eval "db.'db'.drop()"
To reset ElasticSearch indexes:
curl -XDELETE localhost:9200/toxsign