summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-16 23:55:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-16 23:55:51 +0000
commitf0a8857e78c2bcdf208dde9e515056235286a685 (patch)
tree8f7a70ff6304de263aad3f35763a16c1aac40967 /UPGRADE
parent9a99847224b406851d3db3967c2e82ee8c1bb628 (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--UPGRADE10
1 files changed, 9 insertions, 1 deletions
diff --git a/UPGRADE b/UPGRADE
index 1d7bcee6..14e672f6 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -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.