evorepo/README
2007-12-29 14:49:45 -08:00

23 lines
446 B
Plaintext

# License
See LICENSE file.
# Authors
See AUTHORS file.
# Dependencies
- python
- mysql-python
- 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