Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.32 KB

WARM-UP.md

File metadata and controls

38 lines (23 loc) · 1.32 KB

WARM UP / Preparation

If you want to avoid wasting your time against a shared WIFI local connection during the first steps or your workshops, do these ones before:

If you want to run the workshop on your desktop

Consider using Gitpod first!

Tools to install

  1. Check this documentation and install the required tools first
  2. Check the release with the commands described in the documentation

Docker infrastructure warmup

Now you can start for the first time your Docker infrastructure, and download all the required layers:

cd infrastructure  
docker compose up

Stop then by typing CTRL+C.

Java dependencies download

Run the following command at the root of your project:

./gradlew build -x test

Now you are ready!

If you want to run it on Gitpod