summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-08 16:08:29 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-24 17:39:02 +0100
commit3f43241c3bc39e2d9f1244c86ce4f20c4e32cdf9 (patch)
treeb16d438c970a6327251041a650ba20710e88955d /docs
parentf379c177d1b241a5c95e2d21e780651acf335166 (diff)
downloadIshtar-3f43241c3bc39e2d9f1244c86ce4f20c4e32cdf9.tar.bz2
Ishtar-3f43241c3bc39e2d9f1244c86ce4f20c4e32cdf9.zip
Using django-simple-history to manage history (refs #25)
Diffstat (limited to 'docs')
-rw-r--r--docs/src/INSTALL.t2t25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/src/INSTALL.t2t b/docs/src/INSTALL.t2t
new file mode 100644
index 000000000..9cc6aa6d1
--- /dev/null
+++ b/docs/src/INSTALL.t2t
@@ -0,0 +1,25 @@
+Ishtar installation
+Étienne Loks
+Last update: %%date(%m-%d-%Y)
+
++ Base installation +
+
+++ Installation ++
+
++++ Prerequisites +++
+
+- [apache http://www.apache.org/] version 2.x with [mod_python http://www.modpython.org/] 3.x
+- [python http://www.python.org/] versions 2.4 or superior
+- [django http://www.djangoproject.com/] version 1.2
+- [postgres http://www.postgresql.org/] version 8.x
+- [gettext http://www.gnu.org/software/gettext/]
+- [psycopg2 http://freshmeat.net/projects/psycopg/]
+- [django-simple-history https://bitbucket.org/q/django-simple-history/src] version 1.0
+
+
+To install django-simple-history:
+```
+hg clone -r 1.0 http://bitbucket.org/q/django-simple-history
+cd django-simple-history
+python setup.py install
+```