Finish setup.
[sentry.git] / README.xorg
CommitLineData
797cd61d
RB
1Sentry
2======
3
4
5This folder holds the whole setup for our `Sentry`_.
6
7Layout
8------
9
10Since modern development hipsters don't bother providing proper packages for Debian, we'll have to handle it by hand:
11- A virtualenv is setup in ``/home/web/sentry/venv/``
12- It contains all dependencies
13- The X.org setup lives in ``xorg_sentry/``
14
ffcc8e27
RB
15Dependencies
16------------
17
18Dependencies are listed in the ``requirements.txt`` file.
19Install them with::
20
21 pip install -r requirements.txt
22
23Under Debian, you should use the following packages:
24- python-dev
25
797cd61d
RB
26
27.. _Sentry: http://sentry.readthedocs.org/
28
29.. vim:set ft=rst: