X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=ed306f2d38b09ac5e83d33f5e803ad4c904970f8;hp=262088716d6292ec990ac1923d3dd251990ac15c;hb=d384acea721092aebd4ffd972a2c3a80208e80ae;hpb=e87b9a0b4b7eab8e258b7fac7cb6182ee0f6c7ea diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 262088716..ed306f2d3 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -3,27 +3,28 @@

Installation

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

Before installing, you need: @@ -63,24 +66,23 @@ Install the Freeside distribution:
  • Edit the top-level Makefile:
  • Add the freeside database to your database engine: @@ -91,10 +93,9 @@ $ su
     $ su freeside
     $ createdb freeside
    -
  • Build and install the Perl modules:
     $ make perl-modules
    @@ -113,7 +114,10 @@ $ su
       
         
         
       (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 (in the untar'ed freeside directory) to create the database tables, passing the username of a Freeside user you created above: +
  • As the freeside UNIX user, run freeside-setup username 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-setup username
     
    + Alternately, use the -s option to enable shipping addresses: freeside-setup -s username
  • 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/
    +$ cd /path/to/freeside/
     $ 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 systemand QUEUED_USER with the username of a Freeside user you created above, and run make install-init)