X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=1f80db1a7677f427f6250c96c154e2d96bcb8b91;hb=c355bfa4646acb9c23a7cfcb53a5fe157f7c5965;hp=d742ddb11c8827117dfe1283b7afe3626fd6ef10;hpb=59dffd575f6871ae0cf42589bff1e88458a2e475;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index d742ddb11..1f80db1a7 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) @@ -184,12 +186,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