summaryrefslogtreecommitdiff
path: root/httemplate/docs
diff options
context:
space:
mode:
authorivan <ivan>2001-10-30 13:47:07 +0000
committerivan <ivan>2001-10-30 13:47:07 +0000
commita8989c556a7a1951a0b34942c6289f26395859d7 (patch)
tree165dd906f6557b97108cc0d2aed76f8ec6afd72d /httemplate/docs
parent56fc68db7603aaa06df25bb053d46cdfb2599c18 (diff)
`make create-config' installs default config (conf dir update)
freeside-adduser uses default secrets file
Diffstat (limited to 'httemplate/docs')
-rw-r--r--httemplate/docs/install.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html
index 1d6022ba3..b5df9b1cc 100644
--- a/httemplate/docs/install.html
+++ b/httemplate/docs/install.html
@@ -142,12 +142,12 @@ require valid-user
<ul>
<li>First user:<font size="-1">
<pre>$ su
-$ freeside-adduser -h /usr/local/etc/freeside/htpasswd -c /usr/local/etc/freeside/secrets <i>username</i></pre></font>
+$ freeside-adduser -c -h /usr/local/etc/freeside/htpasswd <i>username</i></pre></font>
<li>Additional users:<font size="-1">
<pre>$ su
-$ freeside-adduser -h /usr/local/etc/freeside/htpasswd /usr/local/etc/freeside/secrets <i>username</i></pre></font>
+$ freeside-adduser -h /usr/local/etc/freeside/htpasswd <i>username</i></pre></font>
</ul>
- <i>(using other auth types, add each user to your <a href="http://httpd.apache.org/docs/misc/FAQ.html#user-authentication">Apache authentication</a> yand then run: <tt>freeside-adduser /usr/local/etc/freeside/secrets <b>username</b></tt></i>
+ <i>(using other auth types, add each user to your <a href="http://httpd.apache.org/docs/misc/FAQ.html#user-authentication">Apache authentication</a> and then run: <tt>freeside-adduser <b>username</b></tt></i>
<li>As the freeside UNIX user, run <tt>bin/fs-setup <b>username</b></tt> to create the database tables, passing the username of a Freeside user you created above:
<pre>
$ su freeside