Install Instructions:
1. Download the 123 Flash Chat Linux Trial Edition installation file:
For 32 bit:
wget http://www.123flashchat.com/download/123flashchat.sh
For 64 bit:
wget http://www.123flashchat.com/download/123flashchat_x64.sh
2. Execute the following commands (If you want to install the service during the installing process, please use "root" to excute the following command):
For 32 bit:
sh 123flashchat.sh
For 64 bit:
sh 123flashchat_x64.sh
When you executed the above commands, the system will give you some prompts to complete the installation.
Please follow those prompts exactly so that the successful installation is guaranteed.
Command List:
1. Start the server manually
cd <123flashchat installation directory>/server
./fcserver start
2. Stop the server manually
cd <123flashchat installation directory>/server
./fcsrever stop
3. Restart the server manually
cd <123flashchat installation directory>/server
./fcserver stop
./fcserver start
4. Install Service manually (please use "root" to excute the following command)
cd <123flashchat installation directory>/server
./install_service
Adjust the memory allocation for the server as follows:
cd <123flashchat installation directory>/server
vi fcserver.vmoptions
At the last line of this file, there is a symbol "#", remove it and adjust the value followed by the Xmx, then save your adjustments.
./fcserver stop
./fcserver start