All of the commands that are described in this book have been run on a MacBook Pro using macOS Mojave but should be straightforward to modify so that they can be run on another platform, such as Linux or Windows.
No new tools need to be installed in this chapter.
The source code for this chapter can be found in this book's GitHub repository: https://github.com/PacktPublishing/Hands-On-Microservices-with-Spring-Boot-and-Spring-Cloud/tree/master/Chapter19.
To be able to run the commands that are described in this book, you need to download the source code to a folder and set up an environment variable, $BOOK_HOME, which points to that folder. Some sample commands are as follows:
export BOOK_HOME=~/Documents/Hands-On-Microservices-with-Spring-Boot-and-Spring-Cloud
git clone https://github.com/PacktPublishing/Hands-On-Microservices...