Mason it is
[freeside.git] / README.2.0.0
1
2 make install-perl-modules
3 run "freeside-upgrade username" to uprade your database schema
4
5 (if freeside-upgrade hangs, try stopping Apache, all Freeside processes, and
6  anything else connected to your database, especially on older Pg versions)
7
8 If you have any records in the cust_tax_exempt table, you *MUST* migrate them
9 to the new cust_tax_exempt_pkg table.  An example script to get you started is
10 in bin/fs-migrate-cust_tax_exempt - it may need to be customized for your
11 specific data.
12
13 ------
14
15 make install-docs
16  (or "make deploy" if you've got everything setup in the Makefile)
17