In this chapter,I will introduce you how to install the jforum what is an open-source forum.
This chapter's keystone is make it support chinease,now please follow me:
1,at first,you must create a database named "jforum_teste",use a database engine like Mysql,oracle,etc.And set the character Encode "UTF-8"
2,Change the username and password of the "jforum" to your local database's
3,add "&useUnicode\=true&characterEncoding\=GBK" to "database.connection.string" at last.
4,change "SystemGlobals.properties" file
set i18n.board.default=zh_CN (where is en_US)
set i18n.internal=zh_CN (where is en_US)
set default.container.encoding = UTF-8
now ,you can access the forum
本文详细介绍如何安装支持中文的开源论坛软件JForum。主要内容包括:创建名为jforum_teste的数据库并设置字符集为UTF-8;修改数据库用户名及密码;在配置文件中加入特定参数使软件支持GBK编码;更改SystemGlobals.properties文件中的默认语言设置。
427

被折叠的 条评论
为什么被折叠?



