From 8c8e1e437e684c54dfbd846fb0997b30f4993131 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 4 Sep 2001 09:55:02 +0000 Subject: [PATCH] better installation instructions --- httemplate/docs/install.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index d61dc9dfa..f62ac4cf9 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -49,7 +49,7 @@ Install the Freeside distribution:
  • with MySQL:
    $ mysqladmin -u root password 'set_a_root_database_password'
     $ mysql -u root -p
     mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP on freeside.* TO freeside@localhost IDENTIFIED BY 'set_a_freeside_database_password';
    -
  • with PostgreSQL +
  • with PostgreSQL
  • 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 -
    @@ -60,11 +60,6 @@ $ perl Makefile.PL $ make $ su # make install UNINST=1 -
  • 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) -
  • Enable CGI execution for files with the `.cgi' extension. (with Apache) -
  • Set ownership and permissions for the web interface. The web interface needs to run as the freeside user - there are several ways to do this.
  • You should run a separate iteration of Apache[-SSL] with mod_perl enabled as the freeside user. @@ -112,6 +107,7 @@ require "/usr/local/apache/conf/handler.pl";