diff options
author | eliott <eliott@cactuswax.net> | 2007-12-29 14:49:45 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-29 14:49:45 -0800 |
commit | 487fee6e755e446adb4098abfa85c4c7d56c8bc2 (patch) | |
tree | f58025cf4278980f523c380c5b213654243b712f | |
parent | 6ee7a9368645c4e01de831bfdfc92ef925e9d68b (diff) |
Updated readme
-rw-r--r-- | README | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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 + |