From a25c55d306f1d9a0146177db172e9bac5e8802f9 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 4 Aug 1999 12:26:26 +0000 Subject: updated install/upgrade instructions for new perl module stuff --- htdocs/docs/install.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'htdocs/docs/install.html') diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 8c88a5acb..b77d37c6f 100644 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -39,8 +39,13 @@ Install the Freeside distribution:
  • Add the freeside database to your database engine. (with MySQL) (with PostgreSQL)
  • Allow the freeside user full access to the freeside database. (with MySQL) (with PostgreSQL)
  • Unpack the tarball:
    gunzip -c fs-x.y.z.tar.gz | tar xvf -
    -
  • Copy or link fs-x.y.z/site_perl to FS in your site_perl directory. (try `perl -V' if unsure)
    mkdir /usr/local/lib/site_perl/FS
    -cp fs-x.y.z/site_perl/* /usr/local/lib/site_perl/FS
    or
    ln -s /full/path/to/fs-x.y.z/site_perl /usr/local/lib/site_perl/FS
    +
  • Build and install the Perl libraries: +
    +$ cd FS/
    +$ perl Makefile.PL
    +$ make
    +$ su
    +# make install
  • Copy or link fs-x.y.z/htdocs to your web server's document space.
    mkdir /usr/local/apache/htdocs/freeside
     cp -r fs-x.y.z/htdocs/* /usr/local/apache/htdocs/freeside
    or
    ln -s /full/path/to/fs-x.y.z/htdocs /usr/local/apache/htdocs/freeside
  • Restrict access to this web interface. (with Apache) -- cgit v1.2.1