X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=41aacc51b15b72d91613ff6776b0443d47293fa9;hb=35effa1bf4ac902547615c816960bbc8db8e7256;hp=100a3cc64e57ac008e341699efbc8fb9f2815330;hpb=f2b66016c409270f51b8b76c4c61e7886f363366;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 100a3cc64..41aacc51b 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -3,9 +3,10 @@

Installation

+Note: Install Freeside on a firewalled, private server, not a public (web, RADIUS, etc.) server.

Before installing, you need: @@ -71,17 +74,16 @@ Enter it again: Shall the new user be allowed to create databases? (y/n) y Shall the new user be allowed to create more new users? (y/n) n CREATE USER -
  • Edit the top-level Makefile:
  • Add the freeside database to your database engine: @@ -92,10 +94,9 @@ $ su
     $ su freeside
     $ createdb freeside
    -
  • Build and install the Perl modules:
     $ make perl-modules
    @@ -114,7 +115,10 @@ $ su