summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-01-06 01:16:36 +0100
committereliott <eliott@cactuswax.net>2008-01-06 01:18:20 +0100
commit74e2bc437d0a7e845f6b4e66579e9198c4a955ec (patch)
tree71ed707859c69980f8a3fe0e64d6ed187549d851 /README
parentd716d6481075f85766354f59f15f8895f66a60cd (diff)
downloadarchweb-74e2bc437d0a7e845f6b4e66579e9198c4a955ec.tar.gz
archweb-74e2bc437d0a7e845f6b4e66579e9198c4a955ec.tar.xz
updated readme
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 1eeab4d..6afcca7 100644
--- a/README
+++ b/README
@@ -15,10 +15,10 @@ For a simple testing installation:
1. Install dependencies.
pacman -S django python-pysqlite sqlite3
- 2. Extract test database
+ 2. Fetch adn 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
+ wget http://dev.archlinux.org/~eliott/archweb_sqlite.db.gz -O - | zcat > archweb.db
3. Copy local_settings.py.example to local_settings.py and modify
Make sure to uncomment the sqlite section.