ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/README
Revision: 1.5
Committed: Sun May 20 00:57:52 2001 UTC (23 years ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.4: +12 -11 lines
Log Message:
General update to the README files.

File Contents

# User Rev Content
1 tdb 1.2 i-scream Server Package
2     =======================
3    
4 tdb 1.5 This package contains the i-scream server. It has currently been fully
5     tested on various unix-based operating systems, and experimentally tested
6     on windows. There is, however, no reason for it to operate differently on
7     any platform, as it's all Java based.
8 tdb 1.2
9 tdb 1.5 The iscream-server.jar file contains all the server code, and can be
10     started up by running the run.sh script. The etc/default.properties file
11     specifies the components to start, and their order.
12 tdb 1.2
13 tdb 1.5 You must ensure that the relevant libraries are in the lib directory,
14     although if you have the compiled server package these files will already
15     be present. The README in lib will explain how to acquire these files if
16     they are not available.
17 tdb 1.2
18     Finally, the etc directory contains the default configuration files. These
19 tdb 1.5 can be expanded as required. See the server user guide documentation for
20 tdb 1.2 further details.
21 tdb 1.4
22     Note: The iscream-util JAR file that can be found here after a "make buildutil"
23     in the main directory contains the uk.ac.ukc.iscream.util package. It is
24     intended for clients to use if required.