[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2564] trunk/install-mycompany.sh
- Subject: SF.net SVN: ledger-smb:[2564] trunk/install-mycompany.sh
- From: ..hidden..
- Date: Fri, 17 Apr 2009 04:19:56 +0000
Revision: 2564
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2564&view=rev
Author: einhverfr
Date: 2009-04-17 04:19:56 +0000 (Fri, 17 Apr 2009)
Log Message:
-----------
Commenting as to what needs to be done to make it work.
Modified Paths:
--------------
trunk/install-mycompany.sh
Modified: trunk/install-mycompany.sh
===================================================================
--- trunk/install-mycompany.sh 2009-04-15 05:14:22 UTC (rev 2563)
+++ trunk/install-mycompany.sh 2009-04-17 04:19:56 UTC (rev 2564)
@@ -9,6 +9,8 @@
dropuser -U postgres myuser ;
createdb -U postgres -O ledgersmb mycompany ;
createlang plpgsql mycompany ;
+#TODO: Intall pgsql contrib scripts from a variable path: tablefunc, pg_trgm,
+# tsearch2
psql -U postgres -d mycompany -f $CWD/sql/Pg-database.sql ;
psql -U postgres -d mycompany -f $CWD/sql/modules/Drafts.sql ;
psql -U postgres -d mycompany -f $CWD/sql/modules/chart.sql ;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.