From 74f5a2e0506f7fe6981aa7076988d6abdcf65763 Mon Sep 17 00:00:00 2001 From: tetragon Date: Fri, 22 Jun 2007 03:12:11 +0000 Subject: Move up config file adjustment to before the file is first used, not after git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1301 4979c152-3d1c-0410-bac9-87ea11338e46 --- UPGRADE | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/UPGRADE b/UPGRADE index ade50238..5d2216d6 100644 --- a/UPGRADE +++ b/UPGRADE @@ -96,18 +96,20 @@ sql/Pg-central.sql file into it. "update users_conf set password = md5('my_password');" Naturally you would use your password instead of my_password. -6) Import the users. Run the import-members script to do this. +6) Create ledgersmb.conf using appropriate values from the old ledger-smb.conf + and connection data for the central authentication database. + ledgersmb.conf.default can be used as a base. -7) Copy the files from the LedgerSMB tarball over your existing installation. +7) Import the users. Run the import-members script to do this. -8) Delete the users directory. +8) Copy the files from the LedgerSMB tarball over your existing installation. -9) Upgrade your templates. Run the following command: +9) Delete the users directory. + +10) Upgrade your templates. Run the following command: perl upgrade_templates.pl $templatedir Where $templatedir is the directory of your templates. -10) Edit the ledger-smb.conf file as appropriate. - 11) You can test basic parts of the installation by running Build ./test at this point. -- cgit v1.2.3