Building
After cloning and building the project, change into the
'hearsay-server' directory and run 'mvn clean install'. This
will generate a 'target/hearsay-server-<version>.tar.gz
file that is a custom distribution of the Karaf container with
Hearsay integrated.
Running
To start the Hearsay Server, explode the
hearsay-server-<version>.tar.gz file into a directory.
Then run 'hearsay-server-<version>/bin/start'.
To stop the Hearsay Server, run
'hearsay-server-<version>/bin/stop'.