diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-16 23:55:51 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-16 23:55:51 +0000 |
commit | f0a8857e78c2bcdf208dde9e515056235286a685 (patch) | |
tree | 8f7a70ff6304de263aad3f35763a16c1aac40967 /UPGRADE | |
parent | 9a99847224b406851d3db3967c2e82ee8c1bb628 (diff) |
Upgrade documentation updated
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@919 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -80,9 +80,17 @@ sql/Pg-central.sql file into it. 6) Import the users. Run the import-members script to do this. 7) Copy the files from the LedgerSMB tarball over your existing installation. + 8) Delete the users directory. -9) Edit the ledger-smb.conf file as appropriate. +9) 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. Congratulations, you have manually upgraded to LedgerSMB 1.2. |