From: Raphaƫl Barrois Date: Fri, 5 Apr 2013 20:02:28 +0000 (+0200) Subject: Initial setup. X-Git-Url: http://git.polytechnique.org/?p=sentry.git;a=commitdiff_plain;h=797cd61ded5c41784c9e7512247f383a913eabb4 Initial setup. --- 797cd61ded5c41784c9e7512247f383a913eabb4 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cb34bf6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.py[co] +.*.swp + +venv/ diff --git a/README.xorg b/README.xorg new file mode 100644 index 0000000..fc38fdf --- /dev/null +++ b/README.xorg @@ -0,0 +1,18 @@ +Sentry +====== + + +This folder holds the whole setup for our `Sentry`_. + +Layout +------ + +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/`` + + +.. _Sentry: http://sentry.readthedocs.org/ + +.. vim:set ft=rst: