From: ivan Date: Thu, 6 Sep 2001 21:43:19 +0000 (+0000) Subject: no more pg RADIUS silliness X-Git-Tag: freeside_1_4_0pre11~364 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=34e22e18b050b9a507433d24eb7a896ce2182afd;p=freeside.git no more pg RADIUS silliness --- diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index f62ac4cf9..1529c648e 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -9,7 +9,7 @@ Before installing, you need:
  • mod_perl
  • SSH
  • Perl Don't enable experimental features like threads or the PerlIO abstraction layer. -
  • A transactional database engine supported by Perl's DBI. PostgreSQL is recommended. (see the PostgreSQL notes) MySQL's default MyISAM and ISAM table types are not supported. If you really want to use MySQL, you need to use one of the new transaction-safe table types such as BDB. +
  • A transactional database engine supported by Perl's DBI. PostgreSQL is recommended. MySQL's default MyISAM and ISAM table types are not supported. If you really want to use MySQL, you need to use one of the new transaction-safe table types such as BDB.
  • Perl modules (CPAN will query, download and build perl modules automatically)