Table of Contents |
---|
Install the tools you will need with the mac package manager homebrew
...
Install java8 ( the second command is required since java8 is no longer the default on macos ):
brew update
brew tap caskroom/versions
brew cask install java8
- install maven
- brew install maven
- Create the settings.xml for maven - Follow the steps from here: https://hee-tis.atlassian.net/wiki/display/TISDEV/Maven, also ensure that your public ssh key is on the jenkins azure box
...
3. Connect your shell to the default
machine.
$ eval "$(docker-machine env default)"
- create an Elastic Search docker container
...
- docker-compose up ( use "-d" option to run in the background) or sudo docker-compose up if you get "oci runtime errors"
- docker ps → verify the container is running
- in a Chrome browser http://192.168.99.100:9200/ (localhost:9200 if your using docker for mac - native) - you should get an elastic search REST response
...
- Reload .bash_profile via source ~/.bash_profile.
- Make the script executable with chmod +x runDev.sh
- Run the shell script by its alias runDev
...
Arrange to have their laptop's MAC address added to the whitelist. This is to bypass content filtering in London. If in doubt, ask John Simmons (Deactivated)