summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-07-18 20:44:53 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-07-18 20:44:53 +0000
commit586e84a0ad8d43124e76eb81e110651b65382e04 (patch)
treee7c79fef491cbc8f059b03c31b1314ef40536e97 /INSTALL
parentaccf1eeac6040c6b47155532ac0a1bb096013591 (diff)
Attaching David Bandell's patch to the INSTALL
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1425 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL24
1 files changed, 14 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index 2dd826cb..b9fb44fb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -36,29 +36,33 @@ and may not be required in all circumstances. These include:
3) Decide where to put the user/session management tables. In general, we
recommend as follows:
a) Single dataset installations should use the user tables in the dataset.
- b) Multicompany installations should use user tables in a separate dataset
+ b) Multi-company installations should use user tables in a separate dataset
from any accounting data.
4) Install Tsearch2 Full Text indexing engine for PostgreSQL (not optional)
a) If you installed PostgreSQL from source, Tsearch2 is in contrib.
b) If you installed from package, you will need the package
- postgresql-contrib or equivelant
- c) Use psql to apply the tsearch2.sql. The file is normally installed to
+ postgresql-contrib or equivalent
+ c) Use psql to apply the tsearch2.sql to template1. The file is normally
+ installed to
/usr/share/postgresql/contrib/tsearch2.sql or
//usr/share/postgresql/<version>/contrib/tsearch2.sql
-5) Create central database
+5) Install tablefunc.sql for PostgreSQL (not optional)
+ See notes in 4 above for location of script and apply to template1.
- a) cd to the sql/ directory of the new ledger directory.
- b) run "psql" with appropriate options to connect to your database.
- c) Run the SQL script Pg-central.sql.
+6) 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.
-6) Set the admin password:
- a) From psql, determine what admin password you wish to use. Then type:
+7) 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.
-6) Edit the ledger-smb.conf file as appropriate.
+8) Edit the ledger-smb.conf file as appropriate.
Congratulations, you have manually installed LedgerSMB 1.3.