X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Fupgrade8.html;h=9ca7cb7b9098d9a42e4844434ce4aab391d01c2b;hb=76161f1a2ae0f96470bed4089b00eff5abb16cff;hp=75155407cf145e409d50eb51b272dcb89541a36e;hpb=90a4aec660be666dda630895d4e96e87a7a04028;p=freeside.git diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index 75155407c..9ca7cb7b9 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -8,7 +8,7 @@
  • Backup your database and current Freeside installation. (with PostgreSQL) (with MySQL)
  • mod_perl is now required.
  • Install Time-Duration, Tie-IxHash and HTML-Widgets-SelectLayers (minimum version 0.02). -
  • Install Apache::ASP or HTML::Mason. +
  • Install Apache::ASP or HTML::Mason (use version 1.0x - Freeside is not yet compatible with version 1.1x).
  • Install rsync @@ -36,6 +36,7 @@ PerlSetVar Global /usr/local/etc/freeside/asp-global/
      +
    • (use version 1.0x - Freeside is not yet compatible with version 1.1x)
    • Run make masondocs
    • Copy masondocs/ to your web server's document space.
    • Copy htetc/handler.pl to your web server's configuration directory. @@ -148,7 +149,9 @@ CREATE TABLE cust_bill_event ( eventnum int primary key, invnum int not null, eventpart int not null, - _date int not null + _date int not null, + status varchar(80) not null, + statustext text ); CREATE UNIQUE INDEX cust_bill_event1 ON cust_bill_event ( eventpart, invnum ); CREATE INDEX cust_bill_event2 ON cust_bill_event ( invnum ); @@ -368,7 +371,7 @@ ALTER TABLE cust_refund DROP COLUMN crednum;
    • IMPORTANT: After running bin/create-history-tables, run bin/dbdef-create username again.
    • As the freeside UNIX user, run bin/populate-msgcat username to populate the message catalog -
    • set the user_policy configuration value as appropriate for your site. +
    • set the locale configuration value to en_US.
    • the mxmachines, nsmachines, arecords and cnamerecords configuration values have been deprecated. Set the defaultrecords configuration value instead.
    • Create the `/usr/local/etc/freeside/cache.datasrc' directory