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

Lucas Nussbaum lucas at alioth.debian.org
Fri May 8 20:41:54 UTC 2009


Author: lucas
Date: 2009-05-08 20:41:54 +0000 (Fri, 08 May 2009)
New Revision: 1458

Modified:
   udd/doc/README
Log:
added details about udd installation

Modified: udd/doc/README
===================================================================
--- udd/doc/README	2009-05-08 20:32:04 UTC (rev 1457)
+++ udd/doc/README	2009-05-08 20:41:54 UTC (rev 1458)
@@ -11,9 +11,13 @@
 Installation
 ------------
 - Download the code (from SVN)
-- install postgresql-8.3 python-syck python-psycopg2 libdbi-perl
+- install postgresql-8.3 python-yaml python-psycopg2 libdbi-perl
   libparams-validate-perl libdbd-pg-perl postgresql-autodoc
   libdbi-ruby libdbd-pg-ruby curl
+- If you want to import bugs, you also need:
+  libyaml-syck-perl libio-stringy-perl libmime-tools-perl
+  liblist-moreutils-perl libparams-validate-perl libsafe-hole-perl
+  libtext-template-perl libcgi-simple-perl libmldbm-perl
 - install python-debian (if running etch, from backports)
 - setup postgresql-8.3 (see /usr/share/doc/postgresql-common/README.Debian.gz)
   and create a database:
@@ -29,6 +33,10 @@
 - run ./udd.py <configuration> update [ fetches the external data ]
 - run ./udd.py <configuration> run [ import the data into the DB ]
 
+To initialize the DB, do something like:
+----------------------------------------
+for i in $(cat config-org.yaml |grep -v "^ " |grep ":" |grep -v general |sed 's/://'); do /org/udd.debian.org/udd/update-and-run.sh $i ; done
+
 Detailed information
 --------------------
 The data we import comes from different sources. Each source has a specific




More information about the Collab-qa-commits mailing list