X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=README.1.5.8;h=6ad19b063d610ad4f1cce7fa7698c043f51f73ec;hb=82653831d2e5a02f0f074b3c3f11c63cc67d3944;hp=2282f600fbd16fe0bd80141ee7a9f98ad4ef9225;hpb=6e3d4bcc2f5d193bc157ffcaa5c634cd475cebe7;p=freeside.git diff --git a/README.1.5.8 b/README.1.5.8 index 2282f600f..6ad19b063 100644 --- a/README.1.5.8 +++ b/README.1.5.8 @@ -1,7 +1,10 @@ install JSON +install Term::ReadKey install DBIx::DBSchema 0.27 (or later) + (if you are running Pg version 7.2.x or earlier, install at least + DBIx::DBSchema 0.29) install HTML::Widgets:SelectLayers 0.05 (or later) install Business::CreditCard 0.28 (or later) @@ -14,6 +17,14 @@ run "freeside-upgrade username" to uprade your database schema Optional: CREATE INDEX cust_pkg2 ON cust_pkg ( pkgpart ); +CREATE INDEX cust_bill_pkg2 ON cust_bill_pkg ( pkgnum ); +CREATE INDEX cust_main9 ON cust_main ( county ); +CREATE INDEX cust_main10 ON cust_main ( state ); +CREATE INDEX cust_main11 ON cust_main ( country ); +CREATE INDEX cust_main_county1 ON cust_main_county ( county ); +CREATE INDEX cust_main_county2 ON cust_main_county ( state ); +CREATE INDEX cust_main_county3 ON cust_main_county ( country ); + Optional for better VoIP performance: CREATE INDEX rate_detail2 ON rate_detail ( ratenum, dest_regionnum ); @@ -43,3 +54,6 @@ Installs w/integrated RT: make install-docs (or "make deploy" if you've got everything setup in the Makefile) +(errors? try "make clean" then "make install-perl-modules", then + "make install-docs" or "make deploy" again) +