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

1. install SQL-Ledger over top
   # cd /usr/local
   # tar zxvf sql-ledger-2.4.2.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