diff options
author | ivan <ivan> | 2002-05-16 07:53:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-05-16 07:53:39 +0000 |
commit | ec43c49b63208a39acc00290992dbc47b2d5034b (patch) | |
tree | 968a7848370cd6846133d4f8236fc88d68f02789 /httemplate/docs | |
parent | b26a63c1a75b80652506f39a99a6786193d956bf (diff) |
upgrade docs: run populate-msgcat
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/upgrade8.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index e6184df14..b0d1e3fe2 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -353,6 +353,13 @@ ALTER TABLE cust_refund DROP COLUMN crednum; <li><b>IMPORTANT: After applying the second set of database changes</b>, run bin/dbdef-create again. <li><b>IMPORTANT</b>: run bin/create-history-tables <li><b>IMPORTANT: After running bin/create-history-tables</b>, run bin/dbdef-create again. + <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 c +reated above: +<pre> +$ su freeside +$ bin/populate-msgcat <b>username</b> +</pre> <li>set the <a href="../config/config.cgi#username_policy">user_policy configuration value</a> as appropriate for your site. <li>set the <a href="../config/config.cgi#locale">locale configuration value</a> to en_US. <li>the mxmachines, nsmachines, arecords and cnamerecords configuration values have been deprecated. Set the <a href="../config/config.cgi#defaultrecords">defaultrecords configuration value</a> instead. |