From: ivan Date: Sun, 18 Apr 1999 09:27:34 +0000 (+0000) Subject: out-dated links, fix from "Greg Kuhnert" X-Git-Tag: freeside_1_2_2~64 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c96d27c7f346fca4a229b2cb20e253f7f8e578e5;p=freeside.git out-dated links, fix from "Greg Kuhnert" --- diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 7aaad14ae..7fcd13aeb 100644 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -34,8 +34,8 @@ Before installing, you need: Install the Freeside distribution:
  • Add the user `freeside' to your system. -
  • 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) +
  • 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