1. Make sure you have Python3 installed and virtualenv.
2. Clone this repo for unstable branch, or download [latest release](https://hipstercat.fr/gogs/hipstercat/hrss/releases).
3.`cd hrss && python3 -m virtualenv --python=python3 .`to create a new virtualenv.
4.`bin/activate && pip3 install -r requirements.txt` to install dependencies.
5.`python3 manage.py migrate` to apply latest DB migrations (and create the H2 database file).
6.`python3 manage.py runserver` to run the integrated webserver (not suitable for production use - even though you should not use HRSS in a production environnement at all until it is considered stable anyway). Use uWSGI to run it in a production environnement.