X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=0217c9085553f88678f4883a8493c35cd11e405d;hp=3c96814daa3e0a7a115a421062c13410a9870f96;hb=72a65ceaa28155e8c1c3c1328dd76587b35e089a;hpb=5b78ae987febe0f160c06d0592c4b4920e5fe010 diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 3c96814da..0217c9085 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 +67,23 @@ Install the Freeside distribution:
  • Edit the top-level Makefile:
  • Add the freeside database to your database engine: @@ -91,10 +94,9 @@ $ su
     $ su freeside
     $ createdb freeside
    -
  • Build and install the Perl modules:
     $ make perl-modules
    @@ -113,7 +115,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)