summaryrefslogtreecommitdiff
path: root/sql-ledger/doc/UPGRADE-2.2.0-2.2.7
diff options
context:
space:
mode:
authorivan <ivan>2004-11-15 10:35:56 +0000
committerivan <ivan>2004-11-15 10:35:56 +0000
commit5fc8c5edf574ab024d4646914b6432d458e2ffbd (patch)
treec8031ae966b35c47f6aea9929e10911412ff6c59 /sql-ledger/doc/UPGRADE-2.2.0-2.2.7
parenta4fc489e860b7bc51b5282a87ea21750b30b905e (diff)
parent32306b5f8ffe4ce594409aa6e89626740b225a39 (diff)
This commit was generated by cvs2svn to compensate for changes in r3883,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/doc/UPGRADE-2.2.0-2.2.7')
-rw-r--r--sql-ledger/doc/UPGRADE-2.2.0-2.2.711
1 files changed, 11 insertions, 0 deletions
diff --git a/sql-ledger/doc/UPGRADE-2.2.0-2.2.7 b/sql-ledger/doc/UPGRADE-2.2.0-2.2.7
new file mode 100644
index 000000000..2a973a7ec
--- /dev/null
+++ b/sql-ledger/doc/UPGRADE-2.2.0-2.2.7
@@ -0,0 +1,11 @@
+Upgrading to version 2.2.7
+
+1. install SQL-Ledger over top
+ # cd /usr/local
+ # tar zxvf sql-ledger-2.2.7.tar.gz
+
+2. fix permissions
+ # chown -R nobody:nogroup *
+ # chmod 711 templates users
+
+Note: replace nobody:nogroup with your web server user and group