summaryrefslogtreecommitdiff
path: root/README.1.7.0
blob: 30f7ec7de73ba9ba9fdafcd5a1a77ca6223f072a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

install DBIx::DBSchema 0.31 (or later)
install Color::Scheme

make install-perl-modules
run "freeside-upgrade username" to uprade your database schema

(if freeside-upgrade hangs, try stopping Apache, all Freeside processes, and
 anything else connected to your database, especially on older Pg versions)

If you have any records in the cust_tax_exempt table, you *MUST* migrate them
to the new cust_tax_exempt_pkg table.  An example script to get you started is
in bin/fs-migrate-cust_tax_exempt - it may need to be customized for your
specific data.

Optional for better zip code report performance:
CREATE INDEX cust_main16 on cust_main ( zip );
CREATE INDEX cust_main17 on cust_main ( ship_zip );

------

make install-docs
 (or "make deploy" if you've got everything setup in the Makefile)