diff options
author | ivan <ivan> | 2002-02-06 15:49:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-06 15:49:04 +0000 |
commit | d815064689e78291069209fb4610f905449dcee6 (patch) | |
tree | e29ebc67f93036ff7c89e75595c0d019dc6e5ac7 | |
parent | e647329a15ecae064a3242f05f948658aeab9256 (diff) |
documentation building Makefile patch
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | httemplate/docs/install.html | 7 |
2 files changed, 10 insertions, 1 deletions
@@ -48,6 +48,10 @@ docs: make ${TEMPLATE}docs htmlman: + [ -e ./httemplate/docs/man ] || mkdir httemplate/docs/man + [ -e ./httemplate/docs/man/bin ] || mkdir httemplate/docs/man/bin + [ -e ./httemplate/docs/man/FS ] || mkdir httemplate/docs/man/FS + [ -e ./httemplate/docs/man/FS/UI ] || mkdir httemplate/docs/man/FS/UI bin/pod2x upload-docs: 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>' |