From: ivan Date: Mon, 9 Jun 2003 00:59:23 +0000 (+0000) Subject: documentation update from "Jesse D. Guardiani" , thanks X-Git-Tag: freeside_1_4_1rc4~31 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=96d934b5d5efc3985e3e842ca539b62f2bd71151;p=freeside.git documentation update from "Jesse D. Guardiani" , thanks --- diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 93bb24920..efe717415 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -142,9 +142,14 @@ PerlSetVar Debug 2
  • Run make masondocs -
  • Copy masondocs/ to your web server's document space. -
  • Copy htetc/handler.pl to an appropriate directory (use htetc/handler.pl-1.0x for Mason versions before 1.10). -
  • Edit handler.pl and set an appropriate data_dir, such as /usr/local/etc/freeside/masondata +
  • Copy masondocs/ to your web server's document space. (For example: /usr/local/apache/htdocs/freeside-mason) +
  • Copy htetc/handler.pl to /usr/local/etc/freeside (use htetc/handler.pl-1.0x for Mason versions before 1.10). +
  • Edit handler.pl and: +
      +
    • set an appropriate comp_root, such as /usr/local/apache/htdocs/freeside-mason +
    • set an appropriate data_dir, such as /usr/local/etc/freeside/masondata +
    +
  • Configure Apache to use the handler.pl file and to execute .cgi files using HTML::Mason. For example:
     PerlModule HTML::Mason