summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-29 23:49:45 +0100
committereliott <eliott@cactuswax.net>2007-12-29 23:49:45 +0100
commit487fee6e755e446adb4098abfa85c4c7d56c8bc2 (patch)
treef58025cf4278980f523c380c5b213654243b712f /README
parent6ee7a9368645c4e01de831bfdfc92ef925e9d68b (diff)
downloadarchweb-487fee6e755e446adb4098abfa85c4c7d56c8bc2.tar.gz
archweb-487fee6e755e446adb4098abfa85c4c7d56c8bc2.tar.xz
Updated readme
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 12 insertions, 4 deletions
diff --git a/README b/README
index b0067e8..cf1c715 100644
--- a/README
+++ b/README
@@ -4,11 +4,19 @@
# Authors
See AUTHORS file.
-# Installation
-
-## Dependencies
+# Dependencies
- python
- mysql-python
- - Django >= 0.95
+ - Django = 0.96
+# Installation
+For a simple testing installation:
+ 1. Install dependencies.
+ 2. Configure database
+ 3. Populate database with test data
+ 4. Use the following commands to start a service instance
+ export PYTHONPATH=`pwd`:${PYTHONPATH}
+ export DJANGO_SETTINGS_MODULE=archweb_dev.settings
+ python manage.py runserver
+