diff options
-rw-r--r-- | htdocs/docs/install.html | 1 | ||||
-rw-r--r-- | htdocs/docs/upgrade6.html | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index b5cae1ba5..300104b2d 100644 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -30,6 +30,7 @@ Before installing, you need: <li><a href="http://www.perl.com/CPAN/modules/by-module/File/">File-CounterFile</a> <li><a href="http://www.perl.com/CPAN/modules/by-module/FreezeThaw/">FreezeThaw</a> <li><a href="http://www.perl.com/CPAN/modules/by-module/String/">String-Approx</a> + <li><a href="http://www.perl.com/CPAN/modules/by-module/Text/">Text-Template</a> <li><a href="http://www.perl.com/CPAN/modules/by-module/DBI/">DBI <li><a href="http://www.perl.com/CPAN/modules/by-module/DBD/">DBD for your database engine</a> </ul> diff --git a/htdocs/docs/upgrade6.html b/htdocs/docs/upgrade6.html index c9cdf3314..8240b6c32 100644 --- a/htdocs/docs/upgrade6.html +++ b/htdocs/docs/upgrade6.html @@ -10,6 +10,8 @@ <li>If migrating from less than 1.2.2, see these <a href="upgrade4.html">instructions</a> first. <li>If migrating from less than 1.2.3, see these <a href="upgrade5.html">instructions</a> first. <li>Back up your data and current Freeside installation. + <li>Copy the <i>invoice_template</i> file from the <i>conf/</i> directory in the distribution to your <a href="config.html">configuration directory</a>. + <li>Install the <a href="http://www.perl.com/CPAN/modules/by-module/Text/">Text-Template</a> Perl module. <li>Apply the following changes to your database: <pre> CREATE TABLE domain_record ( |