X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=beb9a47d7684db8c48f47cf2d0a51f3fec621746;hb=3162b06a6d3be9ddf4daea2c29cd94516ac40f68;hp=d7c014f4df33359bdf2ff5db8011b60991eaa268;hpb=dac484e8356be5b235cacebe83059b7eb6588c13;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index d7c014f4d..beb9a47d7 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -13,10 +13,9 @@ Before installing, you need:
  • A transactional database engine supported by Perl's DBI.
  • Perl modules (CPAN will query, download and build perl modules automatically) Install the Freeside distribution: @@ -173,12 +176,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.