diff options
author | ivan <ivan> | 2002-09-20 12:50:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-09-20 12:50:30 +0000 |
commit | eb0d04842631ae16247c6246cc6a1d8896169ff9 (patch) | |
tree | 7c7b247152afbf51869e10a6ee52dd91aace21b9 /httemplate/docs/install.html | |
parent | 5dc522149a7ad8363ce46f8ff6b3133b2d3d3cdf (diff) |
move from bin/fs-setup to FS/bin/freeside-setup
Diffstat (limited to 'httemplate/docs/install.html')
-rw-r--r-- | httemplate/docs/install.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index e6f6f59de..e6f4edbbc 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -181,12 +181,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> (in the untar'ed freeside directory) to create the database tables, passing the username of a Freeside user you created above: <pre> $ su freeside -$ cd <b>/path/to/freeside-1.4.0/</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 |