安装openfire 和spark

ZephyrXT 发布于 阅读:23

下载:http://www.igniterealtime.org/downloads/index.jsp

wget http://download.igniterealtime.org/openfire/openfire-3.7.1-1.i386.rpm

rpm -ivh openfire-3.7.1-1.i386.rpm

http://127.0.0.1:9090 进入管理界面进行数据库设置等初始化处理

运行 启动 重启命令:

Usage /etc/init.d/openfire {start|stop|restart|status|condrestart|reload}
# /etc/init.d/openfire start
Starting openfire:
If you are running on a different Linux/Unix varient, and/or you have used the .tar.gz 'installer', you can start and stop Openfire using the bin/openfire script in your Openfire installation: # ./openfire
Usage: ./openfire {start|stop}
# ./openfire start
Starting openfire
————客户端下载安装————

链接:http://www.igniterealtime.org/downloads/index.jsp

————卸载————

rpm -e openfire

 

升级指南:

RPM - RedHat based unix systems (RHEL, CentOS, Fedora, etc)

  1. Stop Openfire.
  2. Backup the Openfire installation directory.
  3. Backup the Openfire database. Note that the embedded database is backed up in step 2.
  4. Install the new RPM. Execute rpm -Uvf openfire-3.3.3-1.i386.rpm to update your current install
  5. Start Openfire.

Remember that the server can be started in manual or automatic mode. Execute /opt/openfire/bin/openfire.sh to start in manual mode or execute /etc/init.d/openfire start to start the server as a service. Execute /etc/init.d/openfire stop to stop the server's service.

Things to note

参考:

openfire Installation Guide
https://bbs.zephyrxt.com/forum.php?mod=viewthread&tid=4897