X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=README.1.5.8;h=941dd7b3f585cfb9520503f36a503a57b4231122;hb=30ceabb9d40844452fae8e7c5535fd6a6738b0cd;hp=49c3bc0d55d3b75d4ce4a576105b1b13248833bf;hpb=feef0e4c2b4bd6b776b25f5a1bd6fdbf63fd08b2;p=freeside.git diff --git a/README.1.5.8 b/README.1.5.8 index 49c3bc0d5..941dd7b3f 100644 --- a/README.1.5.8 +++ b/README.1.5.8 @@ -1,6 +1,45 @@ +install JSON + install DBIx::DBSchema 0.27 +install HTML::Widgets:SelectLayers 0.05 +install Business::CreditCard 0.28 -install the new version +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) + +Optional: +CREATE INDEX cust_pkg2 ON cust_pkg ( pkgpart ); + +Optional for better VoIP performance: +CREATE INDEX rate_detail2 ON rate_detail ( ratenum, dest_regionnum ); + +----- + +Installs w/integrated RT: + Install Module::Versions::Report + + chmod a+r /opt/rt3/etc/RT*Config.pm + cd rt + su freeside + + /opt/rt3/sbin/rt-setup-database --action schema --datadir etc/upgrade/3.3.0 + /opt/rt3/sbin/rt-setup-database --action acl --datadir etc/upgrade/3.3.0 + /opt/rt3/sbin/rt-setup-database --action insert --datadir etc/upgrade/3.3.0 + + /opt/rt3/sbin/rt-setup-database --action schema --datadir etc/upgrade/3.3.11 + /opt/rt3/sbin/rt-setup-database --action acl --datadir etc/upgrade/3.3.11 + /opt/rt3/sbin/rt-setup-database --action insert --datadir etc/upgrade/3.3.11 + + run "dbdef-create username" + + make configure-rt + +------ + +make install-docs + (or "make deploy" if you've got everything setup in the Makefile) +