This commit was generated by cvs2svn to compensate for changes in r3880,
[freeside.git] / sql-ledger / old / sql-ledger / doc / UPGRADE-1.8-1.8.3
1 Upgrading from version 1.8.(0-2) to 1.8.3
2
3 1. install SQL-Ledger over top of your old installation
4    $ cd /usr/local
5    $ tar zxvf sql-ledger-1.8.3.tar.gz
6
7 2. copy sql-ledger.conf.default to sql-ledger.conf
8    $ cp sql-ledger.conf.default sql-ledger.conf
9
10    if you modified sql-ledger.conf merge the changes from the
11    .default file rather than copying over top.
12
13 3. copy the new master templates to your template directory
14    $ cd ../templates
15
16    $ cp Default-invoice.tex your_template_dir/invoice.tex
17    $ cp Default-packing_list.tex your_template_dir/packing_list.tex
18    $ cp Default-purchase_order.tex your_template_dir/purchase_order.tex
19    $ cp Default-sales_order.tex your_template_dir/sales_order.tex
20  
21 4. edit sql-ledger.conf
22    instructions are in the file
23