Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 962 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 962 Bytes

Akka Hands-on course

Installation:

  1. Install the "Traiana Libs" ZIP locally (follow the instructions.txt file in the ZIP).
  2. Clone this repo.
  3. Install IntelliJ (community edition is fine).
  4. Install IntelliJ Scala plugin.
  5. Install IntelliJ Gradle plugin.
  6. Open the main build.gradle file.
  7. Run the generateProto Gradle task on the project (from command line or the Gradle tool window).
    • This may fail if you don't have Python 2.7 installed
  8. Build the project. IntelliJ might prompt you to select a Scala SDK. If it does, select the option to get it from Maven, and download Scala 2.12.4.
  9. Run the Nagger Server and NaggerClient. This won't do much, but getting this far means we have successfully downloaded the entire Internet and don't have to worry about WiFi acting up...

Further in the course we will also need:

  1. Install Docker.
  2. In a terminal, execute docker pull cassandra:3.9.