Quick-start project for Akka Workshop Reloaded - Actor Clusters Eclipse and IntelliJ IDEA SBT support plugins already configured Requires SBT 0.13.0 (if you have an older version, remove the Eclipse SBT plugin from project/plugins.sbt) How-to: use this project Install SBT! See http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html Clone this repository to your local computer cd akka-workshop-cluster Type sbt On the SBT prompt type either eclipse or gen-idea to generate Eclipse and IntelliJ IDEA project files. Import the project into your IDE. Start coding! ;-)