summaryrefslogtreecommitdiff
path: root/doc/UPGRADE-2.4.0-2.4.2
blob: 9172849eb9cf88f48170ced2bb2783e52ad9c577 (plain)
  1. Upgrading from version 2.4.(0-1) to 2.4.2
  2. 1. install LedgerSMB over top
  3. # cd /usr/local
  4. # tar zxvf sql-ledger-2.4.x.tar.gz
  5. 2. fix permissions
  6. # chown -hR nobody:nogroup *
  7. # chmod 711 templates users css spool
  8. Note: replace nobody:nogroup with your web server user and group