diff options
author | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-07 01:11:50 +0000 |
---|---|---|
committer | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-07 01:11:50 +0000 |
commit | 6dfea503b9df15043d20821d7adb3587e17e20cb (patch) | |
tree | 9337a658429c274cbe0c7b8f91b9e0f0e0353db8 /INSTALL | |
parent | 2bc4e652903d4af47952c4d53db538bb5d802343 (diff) |
added documentationm for tsearch2 requirement
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1257 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Installing LedgerSMB 1.2 +Installing LedgerSMB 1.3 This document contains information on how to install LedgerSMB. We recommend @@ -39,18 +39,26 @@ recommend as follows: b) Multicompany installations should use user tables in a separate dataset from any accounting data. -4) Create central database +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 + /usr/share/postgresql/contrib/tsearch2.sql or + //usr/share/postgresql/<version>/contrib/tsearch2.sql + +5) Create central database 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. -5) Set the admin password: +6) Set the admin password: a) 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. -Congratulations, you have manually installed LedgerSMB 1.2. +Congratulations, you have manually installed LedgerSMB 1.3. |