Created
October 21, 2015 17:52
-
-
Save jgwerner/b0d78196ab0bcea3e466 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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