X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=75f039dd1bcdece452b69ca4f2fdb2351f2e9066;hb=3ef62a0570055da710328937e7f65dbb2c027c62;hp=db214161953fdb3974b89ccc3967c7e863cc6a1e;hpb=26a45c49727ef4505a2f1875aa7dd04be9bbdceb;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index db2141619..75f039dd1 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -13,16 +13,17 @@ 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
    @@ -135,6 +139,7 @@ PerlSetVar Debug 2