summaryrefslogtreecommitdiff
path: root/doc/UPGRADE-2.4.3-2.4.16
blob: a0e24f4bcef11e382bb1a9f9ca482846745e8cda (plain)
  1. Upgrading from version 2.4.(3-15) to 2.4.16
  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