From edda09a317f5dfef05fb8906f28531ec6f4b0927 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 30 Oct 2001 11:47:54 +0000 Subject: whew more install docs and automation --- httemplate/docs/admin.html | 13 +++++----- httemplate/docs/config.html | 5 ++-- httemplate/docs/index.html | 2 ++ httemplate/docs/install.html | 57 +++++++++++++++++++++++++++++++------------- 4 files changed, 52 insertions(+), 25 deletions(-) (limited to 'httemplate/docs') diff --git a/httemplate/docs/admin.html b/httemplate/docs/admin.html index f137188f3..1dab439e1 100755 --- a/httemplate/docs/admin.html +++ b/httemplate/docs/admin.html @@ -10,13 +10,12 @@ /home/httpd/html/freeside, and your web browser's DocumentRoot is /home/httpd/html, open https://your_host/freeside/. Replace "your_host" with the name or network address of your web server. - -
  • Once in the Freeside web interface, you must first create a - service definition. An example of a service definition would be a dial-up - account or a domain. For starters, it is necessary to create a domain - definition. Click on View/Edit service definitions and - Add a new service definition with Table svc_domain - (and no modifiers). +
  • Select Configuration from the main menu and update your configuration values. +
  • Next you must create a service definition. An example of a service + definition would be a dial-up account or a domain. For starters, it is + necessary to create a domain definition. Click on View/Edit service + definitions and Add a new service definition with Table + svc_domain (and no modifiers).
  • Now that you have created your first service, you must create a package including this service which you can sell to customers. Zero, one, or many diff --git a/httemplate/docs/config.html b/httemplate/docs/config.html index 656723781..9caf3bb3a 100644 --- a/httemplate/docs/config.html +++ b/httemplate/docs/config.html @@ -3,6 +3,7 @@

    Configuration files

    +Configuration is now done by the top-level Makefile and web interface. The instructions below are no longer necessary.