RealChat Server for UNIX/Linux platforms requires the Java Runtime Environment
in order to run. Supported Java versions are JRE 1.1 and newer, however
we strongly recommend using version 1.4 or newer. If you haven't already
done so, please download and install one before you continue.
JRE for Linux® is freely available from SUN: http://java.sun.com/jre/.
A list of Java ports for various platforms is available here.
You should install Java to a common location such as /usr/local/java/
,
/home/username/java/
or in the same location as RealChat
Server itself so it can be found by the configuration script.
rcserverXXX.tar.gz
archive, located in the /server
folder of the distribution
archive. Extract the archive to a location of your choice, as in the following
examples: /usr/local/rcserver/
or /home/username/rcserver/
.
Enter that directory and run the RealChat Server configuration script by
typing the following:./configure
PORT
parameter
in the HTML page of the chat client./public_html
or /cgi-bin
directories../realchat
http://localhost:10010/
.
If you happen to change
the HttpControlPort
parameter in the server configuration file, you should replace the default
value of 10010 with the one that you chose.TrustedIP
and AllowExternal
configuration directives for details. cp ./realchat /etc/init.d/ update-rc.d realchat defaultsNote: You need root privileges to do this.
./configure
command fails to start.
The error I am getting is: permission denied.configure
script executable
by typing the following:chmod a+x ./configure
./configure
script fails to start.
The error I am getting is: file does not exist; however I can see it there!configure
script with a text editor; look
for the first line which says:#!/bin/sh
#!/bin/bash
realchat
script.