From 5b78ae987febe0f160c06d0592c4b4920e5fe010 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 22 Jul 2002 10:41:21 +0000 Subject: [PATCH] no mysql in 1.4.0 release. hopefully 1.4.1 --- httemplate/docs/install.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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
    -- 
    2.11.0