X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=f62ac4cf9f86fa1e988dfb93edc25767b6587d46;hb=8c8e1e437e684c54dfbd846fb0997b30f4993131;hp=d61dc9dfa785fb9fc180c9190ba59fdf7e141f3e;hpb=51984ac3d3da3006809c6866fdecd4ad83610731;p=freeside.git 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";