From 487fee6e755e446adb4098abfa85c4c7d56c8bc2 Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 29 Dec 2007 14:49:45 -0800 Subject: Updated readme --- README | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'README') 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 + -- cgit v1.2.3-55-g3dc8