X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=d2413025a69e2dde2546511380f124524a0732ef;hb=1ae361bf3103760d5e25b8dc1b25aa5b62d8f401;hp=315ad8f5029cffdbd4958cb28e2a063ea95ed622;hpb=968f75993d7ec66d743bd5ab5e43d1d46556c27c;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 315ad8f50..d2413025a 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -7,23 +7,23 @@ Before installing, you need: Install the Freeside distribution: @@ -108,8 +113,15 @@ $ 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/ +
  • Copy aspdocs/ to your web server's document space: +
    +cp aspdocs /usr/local/apache/htdocs/freeside-asp
    +
    +
  • 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
    @@ -130,6 +142,7 @@ PerlSetVar Debug 2
     
    +
  • (use version 1.0x - Freeside is not yet compatible with version 1.1x)
  • Run make masondocs
  • Copy masondocs/ to your web server's document space.
  • Copy htetc/handler.pl to your web server's configuration directory. @@ -170,12 +183,19 @@ $ freeside-adduser -c -h /usr/local/ $ freeside-adduser -h /usr/local/etc/freeside/htpasswd username
(using other auth types, add each user to your Apache authentication and then run: freeside-adduser username -
  • As the freeside UNIX user, run bin/fs-setup username to create the database tables, passing the username of a Freeside user you created above: +
  • As the freeside UNIX user, run bin/fs-setup username (in the untar'ed freeside directory) to create the database tables, passing the username of a Freeside user you created above:
     $ su freeside
    +$ cd /path/to/freeside/
     $ bin/fs-setup username
     
    -
  • freeside-queued was installed with the Perl modules. Start it now and ensure that is run upon system startup. +
  • As the freeside UNIX user, run bin/populate-msgcat username (in the untar'ed freeside directory) to populate the message catalog, passing the username of a Freeside user you created above: +
    +$ su freeside
    +$ cd /path/to/freeside-1.4.0/
    +$ bin/populate-msgcat username
    +
    +
  • freeside-queued was installed with the Perl modules. Start it now and ensure that is run upon system startup (Do this manually, or edit the top-level Makefile, replacing INIT_FILE with the appropriate location on your systemand QUEUED_USER with the username of a Freeside user you created above, and run make install-init)
  • Now proceed to the initial administration of your installation.