X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=266708b1e8ef2c7bed8bcf7c2345269f1b43af46;hb=f75be857e668201b46c88cf8ba718c1f64ec645e;hp=3c96814daa3e0a7a115a421062c13410a9870f96;hpb=5b78ae987febe0f160c06d0592c4b4920e5fe010;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 3c96814da..266708b1e 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)