[Collab-qa-commits] r1222 - udd/doc

lucas at alioth.debian.org lucas at alioth.debian.org
Sun Sep 7 19:01:17 UTC 2008


Author: lucas
Date: 2008-09-07 19:01:16 +0000 (Sun, 07 Sep 2008)
New Revision: 1222

Modified:
   udd/doc/README
Log:
update installation instructions

Modified: udd/doc/README
===================================================================
--- udd/doc/README	2008-09-07 19:00:40 UTC (rev 1221)
+++ udd/doc/README	2008-09-07 19:01:16 UTC (rev 1222)
@@ -11,11 +11,12 @@
 Installation
 ------------
 - Download the code (from SVN)
-- install postgresql-8.3 python-syck python-psycopg2
+- install postgresql-8.3 python-syck python-psycopg2 libdbi-perl
+  libparams-validate-perl libdbd-pg-perl
 - setup postgresql-8.3 (see /usr/share/doc/postgresql-common/README.Debian.gz)
   and create a database (naming it 'udd' will make things easier later)
 - edit config.yaml (see README.config for details)
-- run ./udd.py <configuration> setup FIXME doesn't work
+- setup the DB: psql udd < sql/setup.sql
 
 Usage
 -----




More information about the Collab-qa-commits mailing list