An exercise to prepare your machine for Cloud Native Weekend.
Use your package manager of choice to install the following software (homebrew packages listed).
- JDK 17 (openjdk@17)
- IntelliJ (intellij-idea or intellij-idea-ce)
- PostgreSQL (postgresql)
- RabbitMQ (rabbitmq)
- Prometheus (prometheus)
- Grafana (grafana)
- Docker Compose (docker)
Once your software is installed and running (using brew services run $SERVICE_NAME
for homebrew), run the tests to
check that everything is working correctly.
./gradlew test
Your machine is ready for the weekend once all the tests pass!
© 2022 by Initial Capacity. All rights reserved.