Thursday 12 September 2013

Openfire Chat Server

Openfire Chat Server




cd /opt/

wget http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_3_7_1.tar.gz

ll

tar -xzvf openfire_3_7_1.tar.gz

cd openfire

ll

cd bin/

./openfire status

./openfire start

./openfire status

yum install mysql mysql-server

/etc/init.d/mysqld start

mysqladmin -p  create openfire

/etc/init.d/mysqld restart


mysql -u root -p

Enter password:

mysql> use mysql

mysql> GRANT ALL ON openfire.* to root@'192.168.59.111' IDENTIFIED BY 'root';

mysql> FLUSH PRIVILEGES;

mysql> GRANT ALL ON openfire.* to admin@'192.168.59.111' IDENTIFIED BY 'admin';


http://192.168.58.111:9090


No comments:

Post a Comment