Setup to follow the HOMicS
Github
All the code for this HandsOn is hosted on github under the homics project.
You will need to install the git
command line to checkout the code base and follow the HandsOn.
Java & Maven
The back has been developed in Java using maven as software project management. We are using java 8. You can install it via this instructions.
For Maven, it's here.
Docker & Docker-compose
We are using docker starting at step 4 when you will be using kafka. Please install it.
- for Linux, on this link, select your OS. You can find that information via this
command
cat /etc/*release
- for MacOs, follow this link
- for Windows, follow this link
For Docker-compose, it's here.
CURL command
You can set it up on windows via this link.
It's available on macOs and Linux by default.
Kubernetes
To install minikube, select your OS and follow the instructions on how to install minikube.
For MacOs users, don’t forget to authorize virtualbox to enable its kernel extension on your computer via System Preferences → Security & Privacy → General, then restart the installation.