summaryrefslogtreecommitdiff
path: root/httemplate/docs/install.html
diff options
context:
space:
mode:
authorivan <ivan>2004-02-28 22:34:25 +0000
committerivan <ivan>2004-02-28 22:34:25 +0000
commit1d8bea9b6a989b7676b632336a2cd7e742f7882c (patch)
treee50cd138b1e03248f769d4a74b462982036ce90f /httemplate/docs/install.html
parent9930092690217fa2fb018e4744a35a5e500c4f4c (diff)
move to freeside-setup in 1.4
Diffstat (limited to 'httemplate/docs/install.html')
-rw-r--r--httemplate/docs/install.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html
index d37b1e9f8..27056d909 100644
--- a/httemplate/docs/install.html
+++ b/httemplate/docs/install.html
@@ -138,6 +138,7 @@ $MLDBM::RemoveTaint = 1;
&lt;/Perl&gt;
PerlSetVar&nbsp;Global&nbsp;/usr/local/etc/freeside/asp-global/
PerlSetVar&nbsp;Debug&nbsp;2
+PerlSetVar&nbsp;RequestBinaryRead&nbsp;Off
&lt;/Directory&gt;
</pre></font>
</ul></td>
@@ -187,12 +188,12 @@ $ <a href="man/bin/freeside-adduser.html">freeside-adduser</a> -c -h /usr/local/
$ <a href="man/bin/freeside-adduser.html">freeside-adduser</a> -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> 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> (in the untar'ed freeside directory) to create the database tables, passing the username of a Freeside user you created above:
+ <li>As the freeside UNIX user, run <tt>freeside-setup <b>username</b></tt> to create the database tables, passing the username of a Freeside user you created above:
<pre>
$ su freeside
-$ cd <b>/path/to/freeside/</b>
-$ bin/fs-setup <b>username</b>
+$ freeside-setup <b>username</b>
</pre>
+ Alternately, use the -s option to enable shipping addresses: <tt>freeside-setup -s <b>username</b></tt>
<li>As the freeside UNIX user, run <tt>bin/populate-msgcat <b>username</b></tt> (in the untar'ed freeside directory) to populate the message catalog, passing the username of a Freeside user you created above:
<pre>
$ su freeside