summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-08-27 05:47:43 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-08-27 05:47:43 +0000
commit987f6961fd24dee8d03eaf4a3942ecfeb6a9b0d3 (patch)
tree4763fc9013ac4d358c4db01f0359138d828cc7a7 /INSTALL
parent1a741102291ad962c47a97ce377c8aa6b96ccbbf (diff)
Correcting Form::all_vc() for new entity management
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1469 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 6 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index b9fb44fb..3fcb1013 100644
--- a/INSTALL
+++ b/INSTALL
@@ -51,18 +51,21 @@ recommend as follows:
5) Install tablefunc.sql for PostgreSQL (not optional)
See notes in 4 above for location of script and apply to template1.
-6) Create central database
+6) Install pg_trgm.sql into database or template1.
+ See notes in 4 above for location of script. Apply to template1.
+
+7) Create central database
a) create the ledgersmb role (optional)
b) create the ledgersmb database (if using a multi-company central db)
c) cd to the sql/ directory of the new ledger directory.
d) load the Pg-database.sql script into ledgersmb or your database.
-7) Set the admin password:
+8) Set the admin password:
From psql, determine what admin password you wish to use. Then type:
"update users_conf set password = md5('my_password');"
Naturally you would use your password instead of my_password.
-8) Edit the ledger-smb.conf file as appropriate.
+9) Edit the ledgersmb.conf file as appropriate.
Congratulations, you have manually installed LedgerSMB 1.3.