diff options
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/install.html | 5 |
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> |