From 160db3d20070241532162f8fa257e2ae4dd1f611 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 30 Oct 2001 14:28:05 +0000 Subject: [PATCH] docu --- httemplate/docs/install.html | 2 +- httemplate/docs/upgrade8.html | 10 +++------- 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
 $ su
 # make create-database
-
  • Build and install the Perl libraries: +
  • Build and install the Perl modules:
     $ 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";
       
     
     
      -
    • Change to the FS directory in the new tarball, and build and install the - Perl modules: +
    • Build and install the Perl modules:
      -$ cd FS/
      -$ perl Makefile.PL
      -$ make
       $ su
      -# make install UNINST=1
      +# make install-perl-modules
  • Apply the following changes to your database:
     CREATE TABLE svc_forward (
    @@ -251,7 +247,7 @@ ALTER TABLE cust_refund DROP COLUMN crednum;
     
  • IMPORTANT: After applying the second set of database changes, run bin/dbdef-create again. -
  • create the user_policy configuration file as appropriate for your site. +
  • set the user_policy configuration value as appropriate for your site.
  • Create the `/usr/local/etc/freeside/cache.datasrc' directory (ownded by the freeside user).
  • freeside-queued was installed with the Perl modules. Start it now and ensure that is run upon system startup. -- 2.11.0