Skip to content
edwardcapriolo edited this page Dec 14, 2013 · 1 revision

Teknek is completely peer-to-peer with no master coordination system. Teknek detects changes to the data and zookeeper and acts appropriately. A Plan is serialized description of work for the workers to do inside zookeeper as a JSON serialized object. Teknek-web is an interface to manage the Plan information stored in zookeeper.

Using the jetty running to launch teknek-web

cd teknek-web
mvn install
java -jar jetty-runner-9.1.0.v20131115.jar  target/teknek-web.war

This launches teknek-web on port 8080