- 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)
- 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
orgen-idea
to generate Eclipse and IntelliJ IDEA project files. - Import the project into your IDE.
- Start coding! ;-)