Clones the twissjava webapp repo and deploys it on a local jetty server via maven
maven git jetty
appname "twissjava" giturl "https://github.com/gbatalski/twissjava" maven_opts "-Xmx512m" build_params "-DskipTests=true"
contextPath /twissjava appClass org.mortbay.jetty.webapp.WebAppContext"
Configure cassandra database and client
cluster Nebula Cassandra Cluster" hosts "localhost" keyspace "Twissjava" port "9160" replication_factor "3" read_consistency_level "QUORUM" write_consistency_level "QUORUM"
The only available recipe is default so run:
recipe[webapp]