X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=1f271e6d2b730a201cbe74e12c6f5d0b28268aa5;hb=d16051449aa84da6705b46573ccd98abdcb7551b;hp=4370d9153dd8a2c4556ca04e7917b8121a1d41d4;hpb=92badebcb286260d7861bd09a2450eea18c4259e;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 4370d9153..1f271e6d2 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -10,13 +10,11 @@ Before installing, you need:
  • mod_perl (if compiling your own mod_perl, make sure you set the EVERYTHING=1 compile-time option)
  • SSH (OpenSSH is recommended. SSH Communications Security commercial SSH version 3 has been reported incompatible with Freeside.)
  • rsync -
  • A transactional database engine supported by Perl's DBI. +
  • A transactional database engine supported by Perl's DBI.
  • Perl modules (CPAN will query, download and build perl modules automatically) Install the Freeside distribution: @@ -77,7 +77,7 @@ mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP on freeside.* T
  • Edit the top-level Makefile:
  • Add the freeside database to your database engine: @@ -175,12 +175,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-1.4.0/
     $ 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 system, and run make install-init)
  • Now proceed to the initial administration of your installation.