Skip to content

Instantly share code, notes, and snippets.

@fxp
Created December 8, 2016 06:06
Show Gist options
  • Save fxp/51f650eb89dd91d57362d905e90abca6 to your computer and use it in GitHub Desktop.
Save fxp/51f650eb89dd91d57362d905e90abca6 to your computer and use it in GitHub Desktop.
Install Eclipse Che on ubuntu
# 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