diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-18 02:20:43 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-18 02:20:43 +0000 |
commit | f26fb05682748178baf2d7b31449c227177397e9 (patch) | |
tree | 78347df5e94a5cdea7a904f7e731b772e2d46725 | |
parent | 6b8dc8449ea18866d99477b30e3611c5675bcb51 (diff) |
More trivial changes to INSTALL
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@944 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | INSTALL | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -59,11 +59,15 @@ recommend as follows: 7b) If you want to store the company information in the same database, run the following command: + bash$ createlang -U postgres -d ledgersmb plpgsql; + If not, then you can skip to step 8. + 8) Edit the ledger-smb.conf file as appropriate. - b) Copy the ledger-smb.conf.default to ledger-smb.conf - a) Make sure to set the section under [globaldbh] to point to thee database + + a) Copy the ledger-smb.conf.default to ledger-smb.conf + b) Make sure to set the section under [globaldbh] to point to the database you imported Pg-central into. 9) Add configuration to Apache: |