X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=5f2ca4ca6bc389e4f720834f532ad8ae858b52c3;hb=4b157c989b4089b49f42fa5c5bbb9969f2064caa;hp=100a3cc64e57ac008e341699efbc8fb9f2815330;hpb=f2b66016c409270f51b8b76c4c61e7886f363366;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 100a3cc64..5f2ca4ca6 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