summaryrefslogtreecommitdiff
path: root/doc/UPGRADE-2.4.2-2.4.3
blob: 70a096d043f06adcd48125aecb21ed76c8a056e5 (plain)
  1. Upgrading from version 2.4.2 to 2.4.3
  2. 1. install LedgerSMB over top of your old installation
  3. $ cd /usr/local
  4. $ tar zxvf sql-ledger-2.4.3.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
  9. 3. copy the following templates to your template directory
  10. $ cd templates
  11. $ cp Default-ar_transaction.html your_template_dir/ar_transaction.html
  12. $ cp Default-ar_transaction.tex your_template_dir/ar_transaction.tex
  13. $ cp Default-ap_transaction.html your_template_dir/ap_transaction.html
  14. $ cp Default-ap_transaction.tex your_template_dir/ap_transaction.tex
  15. 4. log in