add PTR to sort order for DNS entries
[freeside.git] / README.1.7.0
1
2 install DBIx::DBSchema 0.31 (or later)
3
4 make install-perl-modules
5 run "freeside-upgrade username" to uprade your database schema
6
7 (if freeside-upgrade hangs, try stopping Apache, all Freeside processes, and
8  anything else connected to your database, especially on older Pg versions)
9
10 If you have any records in the cust_tax_exempt table, you *MUST* migrate them
11 to the new cust_tax_exempt_pkg table.  An example script to get you started is
12 in bin/fs-migrate-cust_tax_exempt - it may need to be customized for your
13 specific data.
14
15 Optional for better zip code report performance:
16 CREATE INDEX cust_main16 on cust_main ( zip );
17 CREATE INDEX cust_main17 on cust_main ( ship_zip );
18
19 ------
20
21 make install-docs
22  (or "make deploy" if you've got everything setup in the Makefile)
23