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 + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
