- Install the "Traiana Libs" ZIP locally (follow the
instructions.txt
file in the ZIP). - Clone this repo.
- Install IntelliJ (community edition is fine).
- Install IntelliJ Scala plugin.
- Install IntelliJ Gradle plugin.
- Open the main build.gradle file.
- 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
- 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.
- Run the
Nagger
Server andNaggerClient
. 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:
- Install Docker.
- In a terminal, execute
docker pull cassandra:3.9
.