Pre-requisites
Last updated
Last updated
Linux and MacOS will have a terminal installed already. For Windows, it is recommended that you use git-bash
, which you can install from .
Type echo Hi
in the terminal once it is installed. If installed correctly, you should see Hi
appear when you hit enter.
Installation instructions for Git can be found .
Run git --version
in the terminal to check if git
has been installed correctly:
Installation instructions for Java 8 can be found .
Run java
in the terminal to check if java
has been installed correctly:
Run node -v
in the terminal to check if node
has been installed correctly:
Run docker -v
in terminal to check if docker
has been installed correctly:
Run docker-compose -v
in terminal to check if docker-compose
has been installed correctly:
Installation instructions for NodeJS can be found .
Installation instructions for Docker can be found .
Installation instructions can be found .