To install 123 Web Messenger on Linux
1. If you are in a local Linux console window, please skip this step. But if you need to control your Linux server remotely, please SSH to your Linux server first.
2. Download the latest Linux version of 123 Web Messenger Chat Software using the following command:
$ wget http://www.123flashchat.com/download/123webmessenger/123webmessenger.tar.gz
3. Uncompress the 123webmessenger.tar.gz
$ tar zxf 123webmessenger.tar.gz
4. Start the server manually:
$ cd 123webmessenger /server
$ ./wmserver.sh start
Stop the server manually:
$ ./wmserver.sh stop
Restart the server manually:
$./wmserver.sh restart
To run chat server when starts your server
1. Modify "wmserver.sh", find the WMSERVER_HOME section, and configure the directory of "wmserver.sh".
For example, if you uncompress the 123webmessenger.tar.gz into /usr/local/123webmessenger, make sure "wmserver.sh" is in the directory of /usr/local/123webmessenger, and then remove the "#" before the two rows below in "wmserver.sh":
WMSERVER_HOME=/usr/local/123webmessenger/server
Export WMSERVER_HOME
2. Modify /etc/rc.local file, add one row:
/usr/local/123webmessenger/server/wmserver.sh
Just replace "/usr/local/123webmessenger/" with your WMSERVER_HOME value.
After installation, if you may need to store your data (such as your old user information and room information) in MySQL, please click here.