summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/docs/install.html2
-rw-r--r--httemplate/docs/upgrade8.html10
2 files changed, 4 insertions, 8 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html
index b5df9b1cc..efc1eb6bc 100644
--- a/httemplate/docs/install.html
+++ b/httemplate/docs/install.html
@@ -71,7 +71,7 @@ mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP on freeside.* T
<pre>
$ su
# make create-database</pre>
- <li>Build and install the Perl libraries:
+ <li>Build and install the Perl modules:
<pre>
$ make perl-modules
$ su
diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html
index a368d4488..94ca832ef 100644
--- a/httemplate/docs/upgrade8.html
+++ b/httemplate/docs/upgrade8.html
@@ -54,14 +54,10 @@ require "/usr/local/apache/conf/handler.pl";
</tr>
</table>
<ul>
- <li>Change to the FS directory in the new tarball, and build and install the
- Perl modules:
+ <li>Build and install the Perl modules:
<pre>
-$ cd FS/
-$ perl Makefile.PL
-$ make
$ su
-# make install UNINST=1</pre>
+# make install-perl-modules</pre>
<li>Apply the following changes to your database:
<pre>
CREATE TABLE svc_forward (
@@ -251,7 +247,7 @@ ALTER TABLE cust_refund DROP COLUMN crednum;
</pre></font>
</td></tr></table>
<li><b>IMPORTANT: After applying the second set of database changes</b>, run bin/dbdef-create again.
- <li>create the <a href="config.html#username_policy">user_policy configuration file</a> as appropriate for your site.
+ <li>set the <a href="../config/config.cgi#username_policy">user_policy configuration value</a> as appropriate for your site.
<li>Create the `/usr/local/etc/freeside/cache.<i>datasrc</i>' directory
(ownded by the freeside user).
<li>freeside-queued was installed with the Perl modules. Start it now and ensure that is run upon system startup.