[med-svn] r8785 - trunk/packages/gmod/chado/trunk/debian

olivier sallou osallou-guest at alioth.debian.org
Tue Dec 6 10:49:30 UTC 2011


Author: osallou-guest
Date: 2011-12-06 10:49:30 +0000 (Tue, 06 Dec 2011)
New Revision: 8785

Modified:
   trunk/packages/gmod/chado/trunk/debian/README.Debian
Log:
add instructions for install regarding db

Modified: trunk/packages/gmod/chado/trunk/debian/README.Debian
===================================================================
--- trunk/packages/gmod/chado/trunk/debian/README.Debian	2011-12-06 10:40:08 UTC (rev 8784)
+++ trunk/packages/gmod/chado/trunk/debian/README.Debian	2011-12-06 10:49:30 UTC (rev 8785)
@@ -27,3 +27,17 @@
 
 Additional instructions for database tuning  are available in /usr/share/doc/chado/INSTALL.Chado
 
+
+In case of db access failure during installation, after setting the configuration one should execute:
+
+cd /usr/share/gmod/chado/
+export GMOD_ROOT=/usr/share/gmod/chado
+export PGPASSFILE=/usr/share/gmod/chado/pgpass
+
+For a new installation:
+  make load_schema
+  make prepdb
+OR
+  make update
+to upgrade the schema from a previous install
+




More information about the debian-med-commit mailing list