From abc9411d7d7c54cf5c888e57c0aaf629a7d0c70a Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 4 Jun 2002 17:37:36 +0000 Subject: [PATCH] small doc patch from baloo@gimpgirl.org --- httemplate/docs/install.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 355721821..beb9a47d7 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -176,14 +176,16 @@ $ 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
     
    -
  • As the freeside UNIX user, run bin/populate-msgcat username to populate the message catalog, passing the username of a Freeside user you created above: +
  • 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. -- 2.11.0