X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=b2d735d1274fbd82c910454f1266908082d1237b;hb=c82f33db5954253c96790918b7274566ac9182af;hp=564dccaba9358c7dedd72bd9cdc76bab55cd543a;hpb=1fd6d8cf5d7854860ef4fd10ed89828e0c04ec39;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 564dccaba..b2d735d12 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -5,14 +5,18 @@

Installation

Before installing, you need: Install the Freeside distribution: @@ -57,14 +60,19 @@ Install the Freeside distribution:
  • with PostgreSQL:
     $ su postgres
    -$ createuser -P freeside
    +$ createuser -P freeside +Enter password for user "freeside": +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:
     $ mysqladmin -u root password 'set_a_root_database_password'
     $ mysql -u root -p
     mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP on freeside.* TO freeside@localhost IDENTIFIED BY 'set_a_freeside_database_password';
    -
  • Unpack the tarball:
    gunzip -c fs-x.y.z.tar.gz | tar xvf -
    +
  • Edit the top-level Makefile: