diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-22 03:12:11 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-22 03:12:11 +0000 |
commit | 74f5a2e0506f7fe6981aa7076988d6abdcf65763 (patch) | |
tree | fcb4790b4dc28a997f9c0c5259893df0ab6c9552 /UPGRADE | |
parent | c9890522d78817d9efd5c8cffc6bb195a315c2c4 (diff) |
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
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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. |