If you don't want to mess with Git, the sample files can be downloaded (as a gzipped tarball) from: http://github.com/litan/clustered-fold/tarball/master
I have been playing with this code using Java 1.6.0_05, Scala 2.7.1, and Terracotta 2.6.1
After downloading and extracting the files, and navigating to the root of extracted directory tree, here's what you need to do to run the sample:
Console 0
Run Terracotta ServerConsole 1:
# modify run.sh and run-cclient.sh: set M2_REPO and SCALA_HOME appropriatelyConsole 2:
mvn compile
cd target/classes
run.sh -c
cd target/classesConsole 3:
run.sh -c
cd target/classes
run-cclient.sh
Enjoy!
No comments:
Post a Comment