
	To install, do the following:

1. Edit your settings in ./src/java/Config.java
2. Run configure
3. Update the port number in ./src/html/adminlogin.htm to the one you set in ./src/java/Config.java
4. Copy ./src/html/* to the (web) directory specified in ./src/java/Config.java as tilda.

	To run,

	./bin/scripts/start.sh port-number

	where port-number is the port-number specified in ./src/java/Config.java.

	And then to login as sysad:
	Point your browser (IE/Netscape) to: 
		http://<webserver>/<webdir>/adminlogin.htm

	To login for an event with eventid EID:
		http://<hostname>:<portno>/servlet/login?eventid=EID

	To register for an event with eventid EID:
		http://<hostname>:<portno>/servlet/rs?eventid=EID

	To see results for an event with eventid EID:
		http://<hostname>:<portno>/servlet/srs?eventid=EID
		
	To see schedule for an event with eventid EID:
		http://<hostname>:<portno>/servlet/sds?eventid=EID

	The above 4 links will be (presumably) put on that event page.
