参考资料
[1].http://hi.baidu.com/dd_taiyangxue/blog/item/aaabb7e897c4da32b90e2df4.html
[2].http://chongok.javaeye.com/blog/459485
[3].Eclipse IDE for Java Developers
[4].http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/index.html
1.构建环境
1.1. 安装eclipse
参考[3],直接下载解压就可以了。
java的安装与配置(Erlang/OTP-R13B04(ubuntu 10.10)源码构建与安装笔记 1.2)
2.openfire构建
2.1、2.2均可
2.1. 命令行
E:/opensource/openfire364/build>ant
(可能需要安装、配置ant,i dont known)
2.2. 参考[1]
修改[1]-2.3:
VM Arguments:
-DopenfireHome="E:/opensource/openfire364/target/openfire"
Working directory选择"other“:
E:/opensource/openfire364/
不知道环境变量为什么不行
3.配置&运行
1)E:/opensource/openfire364/target/openfire/bin/openfire.bat
2)http://localhost:9090
3)域名配置为 "bzhou.net"
4)数据库选择mysql,jdbc:mysql://localhost/openfire (先创建openfire数据库,建立openfire用户)
5)为amin设置密码,当前密码:admin,改成自己需要的即可。
然后登录管理后台添加几个账户试试就可以了