Install Openfire (IM) 3.9.3 on CentOS 6.5

yum -y install wget java glibc.i686 mysql-server
rpm -ivh openfire-3.9.3-1.i386.rpm
service openfire start
service mysqld start; chkconfig mysqld on
mysql_secure_installation

mysql -uroot -p
mysql> CREATE DATABASE openfire;
mysql> GRANT ALL PRIVILEGES ON *.* TO ‘openfire‘@‘localhost‘ IDENTIFIED BY ‘openfire‘ WITH GRANT OPTION;
mysql> flush privileges;

http://openfire-ip:9090

rm -rf /opt/openfire/plugins/search.jar

use admin web to install search plugin

auto add new user to group:

ok

时间: 2024-08-03 22:44:00

Install Openfire (IM) 3.9.3 on CentOS 6.5的相关文章

CentOS install Desktop and Remotely access 远程管理Centos桌面 TigerVNC

Centos 安装完毕,但是通过windows 远程管理桌面: 当然我们可以通过secureCRT工具连接命令行,但是我希望通过windows 连接他们的远程桌面: 首先我们的保证 X windows等桌面环境安装成功: yum groupinstall -y "Desktop"   "Desktop Platform"   "Desktop Platform Development" "Fonts" "Genera

Install Adobe Flash Player 11.2 on CentOS/RHEL 7/6/5, Fedora 20/19

Adobe Flash Player are very useful for watching videos in web browser online. Without flash player most of the videos will not play in your browser. This article will help you to install Adobe flash player plugin for your browsers in CentOS 6/5, Redh

Install hadoop with Cloudera Manager 5 on CentOS 6.5

分区考虑,不要使用LVMroot -- > 20Gswap -- 2倍系统内存 RAM -- >4GB Master node:RAID 10, dual Ethernet cards, dual power supplies, etc. Slave node:1. RAID is not necessary 2. HDFS分区, not using LVM/etc/fstab -- ext3    defaults,noatime挂载到/data/N, for N=0,1,2... (one

[转载]Install Opera 12.16 Web Browser in CentOS/RHEL and Fedora

FROM: http://tecadmin.net/install-opera-web-browser-in-centos-rhel-fedora/ Opera is an modern web browser with modern style with powerful features. Its Off-Road mode compresses pages for faster, all-conditions browsing. It helps you stay online when

How to install Hadoop 2.7.3 cluster on CentOS 7.3

############################# #ENV #spark01 192.168.51.6 #spark02 192.168.51.18 #spark03 192.168.51.19 #spark04 192.168.51.21 #spark05 192.168.51.24 ############################ ##We must to improve file limits on every nodes echo "ulimit -SHn 204800

04 - Install Openfire

1.下载安装 cd /usr/local/src sudo wget http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_4_1_0.tar.gz  -O openfire_4_1_0.tar.gz sudo tar -zvxf openfire_4_1_0.tar.gz sudo mv  openfire   /tpc/ 2.修改配置文件: sudo vi /tpc/openfire/conf/ope

influxdb-1.7.2.x86_64安装 install influxdb-1.7.2.x86_64 on RedHat & CentOS

1.下载安装 wget http://dl.influxdata.com/influxdb/releases/influxdb-1.7.2.x86_64.rpm https://portal.influxdata.com/downloads  官方提供的下载是https改成http后下载 sudo yum localinstall influxdb-1.7.2.x86_64.rpm 2.启动运行 influxd -config /etc/influxdb/influxdb.conf 3.安装数据

Install FFMPEG and FFMPEG-PHP in CentOS 6 with Virtualmin

Install FFMPEG and FFMPEG-PHP in CentOS 6 with Virtualmin 1 year ago -  by Daniel -  howto centos virtualmin ffmpeg ffmpeg-php The other day I was requested to set-up few requirements for a client such as mod_rewrite, GD library, PHP Dom, bcmath etc.

Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux

Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux? Overview Use this tutorial to install MongoDB on Red Hat Enterprise Linux, CentOS Linux, Fedora Linux, or a related system. The tutorial uses .rpm packages to install. While some