summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-10 20:21:05 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-10 20:21:05 +0000
commit877f5bd5048f361a2556db7ed759ef0e38aedccc (patch)
tree89996473425e9d0d3c0f9424c732c411fd6c9d6a /INSTALL
parent539f90a8bcee8366e3d17a921fc02d8c94dc1b6c (diff)
Updated INSTALL instructions
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@879 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ccc8c5a7..965c0351 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,6 +9,11 @@ Also this document assumes that the reader is already familiar with the release
notes. If you have not already done so, please read the release_notes file in
the doc/ directory.
+DISTRO AND OS-SPECIFIC NOTES:
+===============================================================================
+Debian users should read README.debian
+
+
MANUAL INSTALL:
===============================================================================
@@ -25,6 +30,7 @@ recommend as follows:
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.
+ From psql, the command is: \i /path/to/Pg-Central.sql
d) If you are going to put your data here too, run the following command:
CREATE LANGUAGE PLPGSQL;
@@ -39,6 +45,8 @@ recommend as follows:
5) Edit the ledger-smb.conf file as appropriate.
+ a) Make sure to set the section under GlobalDBH to point to hte databae you
+ imported Pg-central into.
Congratulations, you have manually installed LedgerSMB 1.2.
6) Check Dependencies