From d815064689e78291069209fb4610f905449dcee6 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 6 Feb 2002 15:49:04 +0000 Subject: documentation building Makefile patch --- httemplate/docs/install.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'httemplate/docs/install.html') diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 35caa0023..0f3796c6c 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -57,7 +57,12 @@ 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'
    -- 
    cgit v1.2.1