X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=0e3ed364b9e80ddd2253b162cf5b515092230b1e;hb=ab7e1f9f9f86bc39c3e2a35f34b6f3ab54efb66b;hp=52d992dbcb7154bb25bd860747fd71f17f186080;hpb=b2790f150672ee966a02bfb3fe81c7b6a235cfa8;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 52d992dbc..0e3ed364b 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -14,13 +14,14 @@ Before installing, you need:
  • Optional, enables typeset invoices: teTeX and Ghostscript (included with most distributions).
  • A transactional database engine supported by Perl's DBI. + Note: the above only applies to the database used by the Freeside software itself. Freeside can integrate with RADIUS and other servers running MySQL or any other DBI-supported database.
  • Perl modules (CPAN will query, download and build perl modules automatically) @@ -180,12 +185,16 @@ require valid-user (using other auth types, add each user to your Apache authentication and then run: freeside-adduser username) +
  • Create the Freeside system users: +
    $ su
    +# freeside-adduser fs_queue
    +# freeside-adduser fs_selfservice
  • 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