summaryrefslogtreecommitdiff
path: root/sql-ledger/doc/UPGRADE-2.2.0-2.2.7
blob: 2a973a7ec92ed198d3e67a82687b5a53a7f1690b (plain)
1
2
3
4
5
6
7
8
9
10
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