correct end date display for "now"
[freeside.git] / README.1.5.8
1
2 install JSON
3 install Term::ReadKey
4
5 install DBIx::DBSchema 0.27 (or later)
6   (if you are running Pg version 7.2.x or earlier, install at least
7    DBIx::DBSchema 0.29)
8 install HTML::Widgets:SelectLayers 0.05 (or later)
9 install Business::CreditCard 0.28 (or later)
10
11 make install-perl-modules
12 run "freeside-upgrade username" to uprade your database schema
13
14 (if freeside-upgrade hangs, try stopping Apache, all Freeside processes, and
15  anything else connected to your database, especially on older Pg versions)
16
17 Optional:
18 CREATE INDEX cust_pkg2 ON cust_pkg ( pkgpart );
19
20 Optional for better VoIP performance:
21 CREATE INDEX rate_detail2 ON rate_detail ( ratenum, dest_regionnum );
22
23 -----
24
25 Installs w/integrated RT:
26   Install Module::Versions::Report
27
28   chmod a+r /opt/rt3/etc/RT*Config.pm
29   cd rt
30   su freeside
31
32   /opt/rt3/sbin/rt-setup-database --action schema --datadir etc/upgrade/3.3.0
33   /opt/rt3/sbin/rt-setup-database --action acl --datadir etc/upgrade/3.3.0
34   /opt/rt3/sbin/rt-setup-database --action insert --datadir etc/upgrade/3.3.0
35
36   /opt/rt3/sbin/rt-setup-database --action schema --datadir etc/upgrade/3.3.11
37   /opt/rt3/sbin/rt-setup-database --action acl --datadir etc/upgrade/3.3.11
38   /opt/rt3/sbin/rt-setup-database --action insert --datadir etc/upgrade/3.3.11
39
40   run "dbdef-create username"
41
42   make configure-rt
43
44 ------
45
46 make install-docs
47  (or "make deploy" if you've got everything setup in the Makefile)
48