Finish setup.
[sentry.git] / README.xorg
1 Sentry
2 ======
3
4
5 This folder holds the whole setup for our `Sentry`_.
6
7 Layout
8 ------
9
10 Since 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
15 Dependencies
16 ------------
17
18 Dependencies are listed in the ``requirements.txt`` file.
19 Install them with::
20
21     pip install -r requirements.txt
22
23 Under Debian, you should use the following packages:
24 - python-dev
25
26
27 .. _Sentry: http://sentry.readthedocs.org/
28
29 .. vim:set ft=rst: