ooki Demo in Video
See how anti-antropie run...
See how insertion run...
ooki Installation
1. get wooki and compile it (ant) with a jdk1.5
% export JAVA_HOME=/usr/java/jdk1.5.0_07
% cd wooki
% ant
Buildfile: build.xml
init:
compile:
[javac] Compiling 1 source file
to /root/apache-tomcat-5.5.20/webapps/wooki/WEB-INF/classes
war:
[war] Building war: /root/apache-tomcat-5.5.20/webapps/wooki/dist/wooki.war
[war] Warning: selected war files include a WEB-INF/web.xml which will be ignored
(please use webxml attribute to war task)
BUILD SUCCESSFUL Total time: 3 seconds
2. install tomcat 5.5 and copy the wooki directory in /webapps. It's better to install a fresh tomcat from apache.org
% tar -xvf apache-tomcat-5.5.20.tar
-rwxr-xr-x 0/0 11321 2006-09-12 17:10 apache-tomcat-5.5.20/bin/catalina.sh
-rwxr-xr-x 0/0 841 2006-09-12 17:10 apache-tomcat-5.5.20/bin/digest.sh
-rwxr-xr-x 0/0 3008 2006-09-12 17:10 apache-tomcat-5.5.20/bin/setclasspath.sh
-r
...
3. edit wooki/wooki.properties and set siteid, serverurl and working dir (for siteid you can put your ip without point)
wooki.working.dir=/tmp/wooki
wooki.site.id=__your_ip__
wooki.server.url=http://__your_ip__:8080/wooki
wooki.server.name=Chewbacca
wooki.refresh.log.delay=10
wooki.neighbors.list.size=20
4. start the tomcat server
% cd apache-tomcat-5.5.20/bin/
% ./startup.sh
5. go to your browser and get http://__your_ip__:8080/wooki
6. Wooki must be started
7. connect to your neighbords...