|
Last Updated: February 25, 1998
Chat Touring
- Example
- Installation
- Documentation
Example of Chat Touring
Chat Touring at BWSD!
Installation
To install the Java Chat Touring onto your Virtual Server, you will
need to
telnet or SSH to your Virtual Server and then do the following
steps:
cd (this will put you in your home
directory)
tar -xvf /usr/local/contrib/ChaTour.tar
- Uncomment out the
AddType directive for CGI's in
your srm.conf file.
cd ~/usr/local/etc/httpd/conf
open up the file srm.conf and find the line:
#AddType application/x-httpd-cgi .cgi
uncomment this line by removing the '#', i.e. change the line to:
AddType application/x-httpd-cgi .cgi
- Change the occurrences of "DOMAIN_NAME" in the
chat.cgi and express.cgi scripts to be
that of your domain name.
- Go to "http://www.[your domain name]/Chat/" and start
chatting!
If you are unfamiliar with JAVA, or would like to learn more
about JAVA: Programming for the Internet, the following URL is
an excellent resource:
http://java.sun.com
Documentation
Your installation of the Chat Touring software will include a
help file which you should probably
browse through.
Chat Touring is copyright © 1996 by
Paul Burchard,
and is distributed under the terms of the GNU Library General Public
License.
Development of
Chat Touring funded in part by the Woodrow Wilson
National Fellowship Foundation, a non-profit corporation on whose
mission is identifying issues in education at all levels, and
administering programs which address them.
|