Initial setup.
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Fri, 5 Apr 2013 20:02:28 +0000 (22:02 +0200)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Fri, 5 Apr 2013 20:02:28 +0000 (22:02 +0200)
.gitignore [new file with mode: 0644]
README.xorg [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..cb34bf6
--- /dev/null
@@ -0,0 +1,4 @@
+*.py[co]
+.*.swp
+
+venv/
diff --git a/README.xorg b/README.xorg
new file mode 100644 (file)
index 0000000..fc38fdf
--- /dev/null
@@ -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: