summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-10 18:38:08 -0400
committerDusty Phillips <buchuki@gmail.com>2008-10-10 18:38:08 -0400
commit0207ba60fd0a8a749bf97f183e5ef6f71d0b1cde (patch)
tree40bea79981b05e8df0ccbcb8eb5d19514661da1e /README
parent13d730ab2b3d4c97b6c72bd1374fd6bbbcb454ff (diff)
downloadarchweb-0207ba60fd0a8a749bf97f183e5ef6f71d0b1cde.tar.gz
archweb-0207ba60fd0a8a749bf97f183e5ef6f71d0b1cde.zip
update documentation
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index fc87e4c3..b4bf0b2a 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@
# Dependencies
- python
- mysql-python or python-pysqlite
- - Django = 0.96
+ - Django = 1.0
# Installation
For a simple testing installation:
@@ -27,3 +27,9 @@ For a simple testing installation:
5. Use the following commands to start a service instance
$ python manage.py runserver
+ 6. To optionally populate the database with real data:
+ $ wget ftp://ftp.archlinux.org/core/os/i686/core.db.tar.gz
+ $ scripts/reporead.py i686 ./core.db.tar.gz
+
+ (alter architecture and repo to get x86_64 and extra packages if needed)
+