grey out inactive text boxes as well as disable them (IE doesn't grey out disabled...
[freeside.git] / httemplate / docs / upgrade-1.4.2.html
1 <head>
2   <title>Upgrading to 1.4.2</title>
3 </head>
4 <body>
5 <h1>Upgrading to 1.4.2 from 1.4.1</h1>
6 <ul>
7   <li>If migrating from less than 1.4.1, see these <a href="upgrade9.html">instructions</a> first.
8   <li>Back  up your data and current Freeside installation.
9   <li>Install <a href="http://search.cpan.org/search?dist=Locale-SubCountry">Locale::SubCountry</a>
10   <li>Install <a href="http://search.cpan.org/search?dist=IPC-ShareLite">IPC::ShareLite</a>
11   <li>Install <a href="http://search.cpan.org/search?dist=HTML-Widgets-SelectLayers">HTML::Widgets::SelectLayers</a> 0.03.
12   <li>CGI.pm minimum version 2.47 is required.  You will probably need to install a current CGI.pm from CPAN if you are using Perl 5.005 or earlier.
13   <li>If using Apache::ASP, add <code>PerlSetVar RequestBinaryRead Off</code> to your Apache configuration and make sure you are using Apache::ASP minimum version 2.55.
14   <li>Run <code>make aspdocs</code> or <code>make masondocs</code>.
15   <li>Copy <code>aspdocs/</code> or <code>masondocs/</code> to your web server's document space.
16   <li>Run <code>make install-perl-modules</code>.
17   <li>The signup server and password server are deprecated in 1.4.2.  Their functionality has been incorperated into the self-service server.  Edit or reinstall your init script, and set the "signup_server-default_agentnum" and "signup_server-default_refnum" configuration options.  The FS::SignupClient interface is still available as a compatibility wrapper, so you should be able to continue to use your current signup.cgi.
18   <li>Optional: To use typeset invoices, install tetex and ghostscript, and copy conf/invoice_latex, conf/invoice_latexnotes, and conf/invoice_latexfooter to /usr/local/etc/freeside/conf.<datasrc>/
19   <li>Restart Apache and freeside-queued.
20 </body>