From 588c85da34100616c782ac4c10bfa78573d427e6 Mon Sep 17 00:00:00 2001 From: jfkw Date: Thu, 4 Sep 2008 16:53:19 +0000 Subject: minor INSTALL cleanup for test commit git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2311 4979c152-3d1c-0410-bac9-87ea11338e46 --- INSTALL | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index a5ed2515..8f54f716 100644 --- a/INSTALL +++ b/INSTALL @@ -7,10 +7,11 @@ release tarball. Subsitute your own values for file paths and definitions shown in ALL_CAPS. + Install LedgerSMB 1.3 Source ------------------------------------ -LedgerSMB 1.3 is still in pre-beta, with no tarball release files. Check out +LedgerSMB 1.3 is still in pre-alpha, with no tarball release files. Check out LedgerSMB 1.3 from svn trunk: $ svn co https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk /path/to/ledgersmb13 @@ -19,9 +20,9 @@ $ svn co https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk /path/t Change working directory to WORKING_DIR: ---------------------------------------- -WORKING_DIR is the location you have manually installed the LedgerSMB 1.3 source -or checkout. LedgerSMB 1.3 in pre-alpha form is not currently packaged for any -distribution. +WORKING_DIR is the location where you have manually installed the LedgerSMB 1.3 +source or checkout. LedgerSMB 1.3 in pre-alpha form is not currently packaged +for any distribution. $ cd /path/to/ledgersmb13/ /path/to/ledgersmb13 $ @@ -57,6 +58,7 @@ $ cat ledgersmb-httpd.conf | sed "s|WORKING_DIR|$(pwd)|" > ledgersmb-httpd-13.co You can also apply the substitution manually in your preferred text editor. + Install the Apache conf file ---------------------------- @@ -282,8 +284,8 @@ $ psql -U postgres -d mycompany -f /path/to/ledgersmb13/sql/modules/Person.sql $ psql -U postgres -d mycompany -f /path/to/ledgersmb13/sql/modules/Report.sql $ psql -U postgres -d mycompany -f /path/to/ledgersmb13/sql/modules/Voucher.sql -At the time of this writing, the following files are in an earlier state of development and not ready to be -loaded: +At the time of this writing, the following files are in an earlier state of +development and not ready to be loaded: admin.sql security.sql @@ -293,7 +295,8 @@ Reconciliaton.sql Generate A Custom Roles SQL Statement File ------------------------------------------ -Preprocess the sql/modules/Roles.sql file with sed, generating a custom SQL file in WORKING_DIR: +Preprocess the sql/modules/Roles.sql file with sed, generating a custom SQL file +in WORKING_DIR: $ sed -e 's//mycompany/g' /path/to/ledgersmb13/sql/modules/Roles.sql > /path/to/ledgersmb13/mycompany_roles.sql @@ -457,5 +460,4 @@ no UI to set it. Run the following command. If you know your users.id, you can modify the query: $ psql -U postgres -d mycompany -c "UPDATE user_preference SET stylesheet='ledgersmb-smallgray.css';" -UPDATE 1 - +UPDATE 1 \ No newline at end of file -- cgit v1.2.3