summaryrefslogtreecommitdiff
path: root/httemplate/docs
diff options
context:
space:
mode:
authorivan <ivan>2002-04-07 05:56:09 +0000
committerivan <ivan>2002-04-07 05:56:09 +0000
commit44e3eff0aa6e7bdb7f4ecd9ee1ddf141e1b68af3 (patch)
tree6a636ec1d2984f18a97515ef54969c4c9a641e8c /httemplate/docs
parentfca110eff969104793774ed717985e91c53f5318 (diff)
working message catalogs (not used for enough yet)
- almost (but not quite) closes Bug#385 - still have to catalog the backend things triggered by signup server.
Diffstat (limited to 'httemplate/docs')
-rw-r--r--httemplate/docs/install.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html
index 2ad75b15e..4870c7db7 100644
--- a/httemplate/docs/install.html
+++ b/httemplate/docs/install.html
@@ -181,6 +181,11 @@ $ <a href="man/bin/freeside-adduser.html">freeside-adduser</a> -h /usr/local/etc
$ su freeside
$ bin/fs-setup <b>username</b>
</pre>
+ <li>As the freeside UNIX user, run <tt>bin/populate-msgcat <b>username</b></tt> to populate the message catalog, passing the username of a Freeside user you created above:
+<pre>
+$ su freeside
+$ bin/populate-msgcat <b>username</b>
+</pre>
<li><tt>freeside-queued</tt> was installed with the Perl modules. Start it now and ensure that is run upon system startup.
<li>Now proceed to the initial <a href="admin.html">administration</a> of your installation.
</ul>