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:
Consider using Gitpod first!
- Check this documentation and install the required tools first
- Check the release with the commands described in the documentation
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
.
Run the following command at the root of your project:
./gradlew build -x test
Now you are ready!
- Create a Gitpod account. I advise you logging with your Github credentials.
- Check this documentation