summaryrefslogtreecommitdiff
path: root/doc/UPGRADE-2.2.0-2.2.7
blob: ae4ba8b14e73e5bdbfff6f5c3c91d8226c31984c (plain)
  1. Upgrading to version 2.2.7
  2. 1. install LedgerSMB over top
  3. # cd /usr/local
  4. # tar zxvf sql-ledger-2.2.7.tar.gz
  5. 2. fix permissions
  6. # chown -R nobody:nogroup *
  7. # chmod 711 templates users
  8. Note: replace nobody:nogroup with your web server user and group