转载

openfire源代码打包部署

(1)安装install4j打包工具(要求是多平台版本Multi-Platform Edition) (2)修改build.xml文件(openfire\build) 找到
<property name="installer.install4j.home" >
修改成
<property name="installer.install4j.home" value="D:/develop/install4j5"/>
(3)由于我是要部署到linux测试环境上,所以选择,运行target,最后结果生成openfire_3_8_0.rpm(target目录)
ant installer.rpm
(4)上传到linux服务器上
rz openfire_3_8_0.rpm
(5)安装openfire
rpm -ivh openfire_3_8_0.rpm
(6)配置一下openfire外部数据源,最后安装完成,enjoy it !
正文到此结束
Loading...