[cvs] [Wiki] changed: QuickDatabase
Wiki Guest
wiki at wiki.horde.org
Tue Jul 5 03:19:47 PDT 2005
guest [203.145.159.37] Tue, 05 Jul 2005 03:19:47 -0700
Modified page: http://wiki.horde.org/QuickDatabase
New Revision: 1.1
Change log: Script for creating Database added
@@ -1 +1,20 @@
+
+<code type="bash">
+#!/bin/bash
+su postgres
+psql -d template1 -f /var/www/html/horde/scripts/sql/create.pgsql.sql
+psql -d horde -f /var/www/html/horde/scripts/sql/horde_datatree.sql
+psql -d horde -f /var/www/html/horde/scripts/sql/horde_vfs.pgsql.sql
+psql -d horde -f /var/www/html/horde/scripts/sql/horde_users.sql
+psql -d horde -f /var/www/html/horde/scripts/sql/horde_tokens.sql
+psql -d horde -f /var/www/html/horde/scripts/sql/horde_sessionhandler.pgsql.sql
+psql -d horde -f /var/www/html/horde/scripts/sql/horde_prefs.sql
+psql -d horde -f /var/www/html/horde/scripts/sql/horde_log.sql
+psql -d horde -f /var/www/html/horde/kronolith/scripts/sql/kronolith.pgsql.sql
+psql -d horde -f /var/www/html/horde/mnemo/scripts/sql/mnemo.sql
+psql -d horde -f /var/www/html/horde/nag/scripts/sql/nag.sql
+psql -d horde -f /var/www/html/horde/rakim/scripts/sql/rakim.sql
+psql -d horde -f /var/www/html/horde/turba/scripts/sql/turba_objects.pgsql.sql
+psql -d horde -f /var/www/html/horde/vilma/scripts/sql/vilma.pgsql.sql
+</code>
More information about the cvs
mailing list