Friday, September 28, 2012

Configure Chat Server on Linux

First you need to install MySQL & Apache

yum install mysql-server
yum install httpd

check the status of the services of MySQL & httpd if its not started,

/etc/init.d/mysqld start
/etc/init.d/httpd start

after installing MySQL & Apache you need to download Chat server application, which you can download from here : Download Chat Server Software

after downloading install this application.

rpm -uvh packagename.rpm

this will install the application on your machine.
Now you need to open two ports which are 9090 & 9091.

Now you need to configure your chat server using your browser with the url : "localhost:9090".

Follow the instructions and go ahead with the configuration.

configure chat server,chat server on linux,chat server on redhat,chat server on centos,configure chat server on cent os,configure chat server on redhat,configure openfire in linux,configure openfire,openfire in redhat,openfire in cent os

No comments:

Post a Comment