summaryrefslogtreecommitdiff
path: root/httemplate/docs
diff options
context:
space:
mode:
authorivan <ivan>2002-02-06 15:49:04 +0000
committerivan <ivan>2002-02-06 15:49:04 +0000
commitd815064689e78291069209fb4610f905449dcee6 (patch)
treee29ebc67f93036ff7c89e75595c0d019dc6e5ac7 /httemplate/docs
parente647329a15ecae064a3242f05f948658aeab9256 (diff)
documentation building Makefile patch
Diffstat (limited to 'httemplate/docs')
-rw-r--r--httemplate/docs/install.html7
1 files changed, 6 insertions, 1 deletions
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:
<li> with <a href="http://www.postgresql.org/users-lounge/docs/7.1/postgres/user-manag.html#DATABASE-USERS">PostgreSQL</a>:
<pre>
$ su postgres
-$ createuser -P freeside</pre>
+$ 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</pre>
<li> with <a href="http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Database_Administration.html#User_Account_Management">MySQL</a>:
<pre>
$ mysqladmin -u root password '<i>set_a_root_database_password</i>'