From edda09a317f5dfef05fb8906f28531ec6f4b0927 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 30 Oct 2001 11:47:54 +0000 Subject: whew more install docs and automation --- httemplate/docs/install.html | 57 +++++++++++++++++++++++++++++++------------- 1 file changed, 41 insertions(+), 16 deletions(-) (limited to 'httemplate/docs/install.html') diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 3a14fa779..f2db59f88 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -51,20 +51,35 @@ Install the Freeside distribution:
  • Add the user `freeside' to your system.
  • Allow the freeside user full access to the freeside database. -
  • Add the freeside database to your database engine. (with MySQL) (with PostgreSQL)
  • Unpack the tarball:
    gunzip -c fs-x.y.z.tar.gz | tar xvf -
    +
  • Edit the top-level Makefile: + +
  • Add the freeside database to your database engine: +
    +$ su
    +# make create-database
  • Build and install the Perl libraries:
    -$ cd FS/
    -$ perl Makefile.PL
    -$ make
    +$ make perl-modules
    +$ su
    +# make install-perl-modules
    +
  • Create the necessary configuration files:
     $ su
    -# make install UNINST=1
    +# make create-config +
  • You should run a separate iteration of Apache[-SSL] with mod_perl enabled as the freeside user. @@ -113,22 +128,32 @@ require "/usr/local/apache/conf/handler.pl";
    -- cgit v1.2.1