The following toolstack will be required to run the demo:
Optional, for the convinience python scripts provided:
- Python 2.7
- Python google-cloud library
If Google Cloud CLI can not be installed locally (we all know the corporate world!), it is possible to use Google Cloud Console Shell - linux enviornment accessible through a browser.
Just click on the cloud shell icon in the top right corner of the Console UI:
The shell will have almost everything necessary to run the demo - with the exception of the latest Gradle version, but that can be fixed - see below.
The project is managed by Gradle build tool.
The easiest way to install the latest Gradle version is via SDK Man. This will install SDK man, install and enable the latest version of Gradle.
cd ~
curl -s "https://get.sdkman.io" | bash
source ~/.sdkman/bin/sdkman-init.sh
sdk install gradle 4.3.1
source ~/.sdkman/bin/sdkman-init.sh
Gradle has been set.