From d716d6481075f85766354f59f15f8895f66a60cd Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 5 Jan 2008 16:01:48 -0800 Subject: Updated docs --- README | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'README') diff --git a/README b/README index 5f19c2cf..1eeab4df 100644 --- a/README +++ b/README @@ -14,16 +14,14 @@ For a simple testing installation: 1. Install dependencies. pacman -S django python-pysqlite sqlite3 - or - pacman -S django mysql mysql-python - 2. Configure database - For simple testing, sqlite is a good option. - If using mysql, create a database, and a user with permission to - that database. + 2. Extract test database + For simple testing, sqlite is a good option. We have provided an + example test database. + gzip -cd ./testing/database/archweb_sqlite.db.gz > archweb.db - 3. Populate database with test data - Run ./scripts/testing/load_data.bash + 3. Copy local_settings.py.example to local_settings.py and modify + Make sure to uncomment the sqlite section. 4. Use the following commands to start a service instance export PYTHONPATH=`pwd`:${PYTHONPATH} -- cgit v1.2.3-55-g3dc8