Skip to content

Instantly share code, notes, and snippets.

@jgwerner
Created October 21, 2015 17:52
Show Gist options
  • Save jgwerner/b0d78196ab0bcea3e466 to your computer and use it in GitHub Desktop.
Save jgwerner/b0d78196ab0bcea3e466 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get purge maven maven2 maven3
sudo apt-add-repository ppa:andrei-pozolotin/maven3
sudo apt-get update
sudo apt-get install maven3
sudo apt-get install git
git clone https://github.com/codenvy/che.git
cd che/
mvn clean install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment