summaryrefslogtreecommitdiff
path: root/httemplate/docs/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/docs/install.html')
-rw-r--r--httemplate/docs/install.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html
index 0bf2c1616..8d5785f50 100644
--- a/httemplate/docs/install.html
+++ b/httemplate/docs/install.html
@@ -72,6 +72,13 @@ mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP on freeside.* T
<pre>
$ su
# make create-database</pre>
+ (or manually, with Postgres:)
+ <pre>
+$ su freeside
+$ createdb freeside</pre>
+ (with MySQL:)
+ <pre>
+$ mysqladmin -u freeside -p create freeside </pre>
<li>Build and install the Perl modules:
<pre>
$ make perl-modules