From: ivan Date: Mon, 22 Jul 2002 10:41:21 +0000 (+0000) Subject: no mysql in 1.4.0 release. hopefully 1.4.1 X-Git-Tag: freeside_1_4_0~2 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5b78ae987febe0f160c06d0592c4b4920e5fe010 no mysql in 1.4.0 release. hopefully 1.4.1 --- diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index e8e80baf6..3c96814da 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -13,8 +13,9 @@ Before installing, you need:
  • A transactional database engine supported by Perl's DBI.
  • Perl modules (CPAN will query, download and build perl modules automatically) @@ -68,16 +70,17 @@ Enter it again: Shall the new user be allowed to create databases? (y/n) y Shall the new user be allowed to create more new users? (y/n) n CREATE USER -
  • with MySQL: +
  • Edit the top-level Makefile:
  • Add the freeside database to your database engine: @@ -88,9 +91,10 @@ $ su
     $ su freeside
     $ createdb freeside
    - (with MySQL:) +
  • Build and install the Perl modules:
     $ make perl-modules