This folder holds the whole setup for our Sentry.
Since modern development hipsters don't bother providing proper packages for Debian, we'll have to handle it by hand:
- A virtualenv is setup in /home/web/sentry/venv/
- It contains all dependencies
- The X.org setup lives in xorg_sentry/
Dependencies are listed in the requirements.txt
file.
Install them with:
pip install -r requirements.txt
Under Debian, you should use the following packages: - python-dev