9 - mysql-python or python-pysqlite
13 For a simple testing installation:
15 1. Install dependencies.
16 pacman -S django python-pysqlite sqlite3
18 pacman -S django mysql mysql-python
21 For simple testing, sqlite is a good option.
22 If using mysql, create a database, and a user with permission to
25 3. Populate database with test data
26 Run ./scripts/testing/load_data.bash
28 4. Use the following commands to start a service instance
29 export PYTHONPATH=`pwd`:${PYTHONPATH}
30 export DJANGO_SETTINGS_MODULE=archweb_dev.settings
31 python manage.py runserver