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.
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.

0 comments:
Post a Comment