X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=463575c53391dd3d6897322ec0af5694282bb11d;hb=d1154acfa526fa01d308be5d47a071643cfda5ea;hp=3d19e4d35611e6699ffb195584983762887b3009;hpb=25fdab941288302f1aa8063d4e237f62876c59b8;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 3d19e4d35..463575c53 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -12,10 +12,10 @@ Before installing, you need:
  • rsync
  • A transactional database engine supported by Perl's DBI.
  • Perl modules (CPAN will query, download and build perl modules automatically) @@ -71,17 +72,16 @@ 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 -
  • Edit the top-level Makefile:
  • Add the freeside database to your database engine: @@ -92,10 +92,9 @@ $ su
     $ su freeside
     $ createdb freeside
    -
  • Build and install the Perl modules:
     $ make perl-modules
    @@ -114,7 +113,10 @@ $ su