import sql-ledger 2.4.4
[freeside.git] / sql-ledger / doc / UPGRADE-2.4.2-2.4.3
1 Upgrading from version 2.4.(0-2) to 2.4.3
2
3 1. install SQL-Ledger over top of your old installation
4    $ cd /usr/local
5    $ tar zxvf sql-ledger-2.4.3.tar.gz
6
7 2. fix permissions
8    # chown -hR nobody:nogroup *
9    # chmod 711 templates users css spool
10
11    Note: replace nobody:nogroup with your web server user and group
12       
13 3. copy the following templates to your template directory
14    $ cd templates
15
16    $ cp Default-ar_transaction.html your_template_dir/ar_transaction.html
17    $ cp Default-ar_transaction.tex your_template_dir/ar_transaction.tex
18    $ cp Default-ap_transaction.html your_template_dir/ap_transaction.html
19    $ cp Default-ap_transaction.tex your_template_dir/ap_transaction.tex
20
21 4. log in
22