summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-29 14:49:45 -0800
committereliott <eliott@cactuswax.net>2007-12-29 14:49:45 -0800
commit487fee6e755e446adb4098abfa85c4c7d56c8bc2 (patch)
treef58025cf4278980f523c380c5b213654243b712f
parent6ee7a9368645c4e01de831bfdfc92ef925e9d68b (diff)
downloadarchweb-487fee6e755e446adb4098abfa85c4c7d56c8bc2.tar.gz
archweb-487fee6e755e446adb4098abfa85c4c7d56c8bc2.zip
Updated readme
-rw-r--r--README16
1 files changed, 12 insertions, 4 deletions
diff --git a/README b/README
index b0067e87..cf1c715f 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
+