How to install.

You need JavaServer Page engine such as Tomcat.

In Tomcat server.

  1. Download war file in download page. And rename to 'chipchat.war'.
  2. Locate 'chipchat.war' file in webapp directory.
  3. Restart Tomcat.
  4. Open web page http://127.0.0.1/chipchat/ or http://127.0.0.1:8080/chipchat/ in web browser.

How to compile source.(For developer.)

You need j2sdk(http://java.sun.com) and Maven(http://maven.apache.org) to compile source

1. Download source

Download source in download page and unzip file. Or source can be got by checkout from CVS server.(Cvs documents)

2. Compile

Just type 'maven' in source directory.

Compiled war file is located in 'target/chipchat.war' and documents are locate in 'target/docs' directory.