summaryrefslogtreecommitdiff
path: root/sql-ledger/doc/UPGRADE-2.4.3-2.4.4
blob: a845e875d864a95a8c610526193b677a5e397ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Upgrading to version 2.4.4

1. install SQL-Ledger over top
   # cd /usr/local
   # tar zxvf sql-ledger-2.4.4.tar.gz

2. fix permissions
   # chown -hR nobody:nogroup *
   # chmod 711 templates users css spool

Note: replace nobody:nogroup with your web server user and group