You are on page 1of 2

Windows Tools

Install chocolatey from the instructions given in the link below.

https://chocolatey.org/docs/installation

Run all the below commands on Powershell (​Open Powershell as Admin​)

choco install virtualbox


choco install vagrant
choco install git
choco install jdk8
choco install maven
choco install awscli
choco install intellijidea-community
choco install sublimetext3.app

MacOS Tools

Install brew from the instructions given in the link below.

https://brew.sh/

After installing homebrew


Create a file in users home directory with name .curlrc with content “-k”
(-k without quotes and give a new line character after -k.)

Run all the below commands in Terminal

brew cask install virtualbox


brew cask install vagrant
brew install git
brew tap adoptopenjdk/openjdk
brew cask install adoptopenjdk/openjdk/adoptopenjdk8
brew install maven
brew cask install intellij-idea
brew cask install intellij-idea-ce
brew cask install sublime-text
brew install awscli

You might also like