X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=3c96814daa3e0a7a115a421062c13410a9870f96;hp=e8e80baf66cdd5daa7f0735b372aff96d633c6eb;hb=5b78ae987febe0f160c06d0592c4b4920e5fe010;hpb=49d66b48cf9da1b22dea587d4001d41c497c43b6 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