Skip to content

Instantly share code, notes, and snippets.

@cenkce
Last active July 10, 2018 09:21
Show Gist options
  • Save cenkce/38188d69fe7eb006c5aed2673ef51a82 to your computer and use it in GitHub Desktop.
Save cenkce/38188d69fe7eb006c5aed2673ef51a82 to your computer and use it in GitHub Desktop.
Eclipse Che Requirements for MacOS
#!/usr/bin/env bash
mvn clean install -DskipTests=true -pl '!dashboard'
#!/usr/bin/env bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install go
brew install jenv
brew cask install caskroom/versions/java8
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment