diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-10 16:45:19 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-10 16:45:19 +0000 |
commit | 54ae4eddc6e05a6819e3dbbd250684d39a9c8bee (patch) | |
tree | 513497396a360f0e2a464d70d7833773384dfb55 /INSTALL | |
parent | 097ed43a371a573c48e5342700e7971fd2c5978a (diff) |
Fixing install documentation
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1055 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -100,9 +100,11 @@ b) Make sure to set the section under [globaldbh] to point to the central user and session database, using password MYROLEPASSWORD: [globaldb] -DBConnect: dbi:Pg:dbname=ledgersmb;host=localhost;port=5432 -DBUserName: ledgersmb -DBPassword: MYROLEPASSWORD +DBname = ledgersmb +DBhost = localhost +DBport = 5432 +DBUserName = ledgersmb +DBPassword = MYROLEPASSWORD 7) Add configuration to Apache: |