Created
December 8, 2016 06:06
-
-
Save fxp/51f650eb89dd91d57362d905e90abca6 to your computer and use it in GitHub Desktop.
Install Eclipse Che on ubuntu
This file contains hidden or 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
# https://www.eclipse.org/che/getting-started/download/ | |
curl -sL https://raw.githubusercontent.com/eclipse/che/master/che.sh > /usr/local/bin/che | |
chmod +x /usr/local/bin/che | |
che start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment