add usermod_nousername flag to just prohibit username changes
[freeside.git] / README.1.5.8
index 85f4de2..941dd7b 100644 (file)
@@ -5,9 +5,15 @@ 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 );
 
@@ -30,3 +36,10 @@ Installs w/integrated RT:
 
   run "dbdef-create username"
 
+  make configure-rt
+
+------
+
+make install-docs
+ (or "make deploy" if you've got everything setup in the Makefile)
+