can't set $p without $cgi
[freeside.git] / sql-ledger / old / sql-ledger / doc / UPGRADE-1.8.7-2.0.0
1 Upgrading to Version 2.0.0
2
3 1. install SQL-Ledger over top of your old installation
4    $ cd /usr/local
5    $ tar zxvf sql-ledger-2.0.0.tar.gz
6
7 2. load admin.pl and update the tables
8
9    You will not be able to log in until the tables are up to date.
10
11 3. copy the new templates to your personal template directory
12
13    $ cd templates
14    $ cp Default-check.tex dir/check.tex
15    $ cp Default-receipt.tex dir/receipt.tex
16    $ cp Default-statement.html dir/statement.html
17    $ cp Default-statement.tex dir/statement.tex
18
19    replace 'dir' with your directory name
20