From: ivan Date: Sun, 3 Mar 2002 23:46:45 +0000 (+0000) Subject: docu X-Git-Tag: freeside_1_4_0_pre12~167 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=dac484e8356be5b235cacebe83059b7eb6588c13 docu --- diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index b2d735d12..d7c014f4d 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -98,7 +98,7 @@ $ su $ su # make create-config -
  • You should run a separate iteration of Apache[-SSL] with mod_perl enabled as the freeside user. +
  • Run a separate iteration of Apache[-SSL] with mod_perl enabled as the freeside user. @@ -108,7 +108,11 @@ $ su
    • Run make aspdocs
    • Copy aspdocs/ to your web server's document space. -
    • Create a Global directory, such as /usr/local/etc/freeside/asp-global/ +
    • Create a Global directory, such as /usr/local/etc/freeside/asp-global/: +
      +mkdir /usr/local/etc/freeside/asp-global/
      +chown freeside /usr/local/etc/freeside/asp-global/
      +
    • Copy htetc/global.asa to the Global directory:
       cp htetc/global.asa /usr/local/etc/freeside/asp-global/global.asa