Moved common to public
[archweb_dev-nj.git] / README
blobcf1c715fc1ea3e006e611fa58059177ceaf65944
1 # License
2  See LICENSE file.
4 # Authors
5  See AUTHORS file.
7 # Dependencies
8  - python
9  - mysql-python
10  - Django = 0.96
12 # Installation
13 For a simple testing installation:
15  1. Install dependencies.
16  2. Configure database
17  3. Populate database with test data
18  4. Use the following commands to start a service instance
19    export PYTHONPATH=`pwd`:${PYTHONPATH} 
20    export DJANGO_SETTINGS_MODULE=archweb_dev.settings 
21    python manage.py runserver
22