Eclipse Che is a cloud IDE and a platform for creating cloud IDE extensions. Che ships with 55 extensions for Java, JavaScript, AngularJS, git, and Docker. Package your own Che extensions to create beautiful, cross-browser developer tooling.
Che contains:
- A cloud IDE
- A set of extensions for many programming languages, source code systems, builders and runners
- A kernel for loading extensions authored as plug-ins
- Developer tooling for building and and assembling plug-ins to create new IDEs
- A set of platform APIs for developer microservices (e.g., 'build project' or 'search worskpace')
- A CLI for interacting with platform APIs
- An Eclipse plug-in for editing, building and running Che projects from within Eclipse
The IDE is a browser application that is generated by compiling extensions into JavaScript. Extensions can invoke server-side APIs that run within the Che kernel. The kernel is a servlet-based framework that loads and manages extensions. The kernel can be run in any servlet container with a default bundling of Tomcat.
Che can be installed on any operating system that supports Java 1.7 - desktop, server or cloud, and Maven 3.0.5 or higher. It has been tested on Ubuntu, Linux, MacOS and Windows. Java, GWT, GIN and Javascript are the core technologies used to build Che.
Che is open sourced under the Eclipse Public License 1.0.
git clone https://github.com/codenvy/che.git
cd ..\che
git checkout 3.8.1
We advise against building the master branch as you may encounter intermediate errors.
This builds the SDK, which includes an assembly of Java and extension building plug-ins. If you want to build Che with all known plug-ins, build [github.com/codenvy/assembly-che] (https://github.com/codenvy/assembly-che).
cd /che
mvn clean install
./che.sh [ start | stop ]
Che will be available at localhost:8080
- CLI: [CLI for accessing APIs] (http://github.com/codenvy/cli)
- CMF: [Framework for creating diagram editors] (http://github.com/codenvy/cmf)
- Commons: [Shared libraries] (http://github.com/codenvy/commons)
- Everrest: [A shell and command abstraction for Web services] (http://github.com/codenvy/everrest)
- IDE: [IDE] (http://github.com/codenvy/ide)
- Maven Dep POM: [Maven dependencies] (http://github.com/codenvy/maven-depmgt-pom)
- Maven Parent POM [Mane parent] (http://github.com/codenvy/maven-parent-pom)
- Platform API: [REST APIs for platform services] (http://github.com/codenvy/platform-api)
- Platform API GWT Client: [Java client for APIs] (http://github.com/codenvy/platform-api-client-gwt)
- AngularJS Plugin: [AngularJS autocomplete and editor] (http://github.com/codenvy/plugin-angularjs)
- Bower Plugin: [Bower package management] (http://github.com/codenvy/plugin-bower)
- Database Plugin: [Schema browser and SQL editor plugin] (http://github.com/codenvy/plugin-datasource)
- CodeMirror Plugin: [Embeds CodeMirror editor] (http://github.com/codenvy/plugin-editor-codemirror)
- Orion Plugin: [Embeds Orion editor] (http://github.com/codenvy/plugin-editor-orion)
- Git Plugin: [User interface for git client] (http://github.com/codenvy/plugin-git)
- Grunt Plugin: [Grunt server integrated into IDE] (http://github.com/codenvy/plugin-grunt)
- Gulp Plugin: [Gulp builder] (http://github.com/codenvy/plugin-gulp)
- Java Plugin: [Ant, maven, debugger, and code assistant] (http://github.com/codenvy/plugin-java)
- NPM Plugin: [Manage npm packages within the IDE] (http://github.com/codenvy/plugin-npm)
- Subversion Plugin: [User interface for subversion client] (http://github.com/codenvy/plugin-svn)
- Eclipse Plug-In: [An Eclipse plug-in for running Che projects] (http://github.com/codenvy/eclipse-plugin)
This plugin requires npm, Yeoman, bower and Grunt to be installed.
-
npm setup guide : https://github.com/npm/npm npm is bundled with nodejs which can be downloaded from: http://nodejs.org/download/
-
Yeoman (and bower / Grunt dependencies can be installed with: npm install -g yo) more details on http://yeoman.io/gettingstarted.html
-
Create, build and compile a Che extension into a Java JAR file. [Tutorial is here] (http://docs.codenvy.com/che/). You can create extension JARs within Che or your favorite IDE. Build extensions in Eclipse gives you super dev mode for Eclipse, which makes incremental compilation fast.
-
Copy the extension's JAR file to
/assembly-sdk/target/tomcat-ide/ext
directory of Che. -
Execute
$ ./extInstall.sh
script. Che will be re-compiled with your extension. This will take a few minutes. -
Restart Che.
Contribute:: We accept pull requests, so if you feel like contributing to the project, you are definitely welcome to do so.
Report Bugs: You can report bugs, contribute, and post on the Eclipse Che forums at [https://www.eclipse.org/forums/index.php/t/787421/] (https://www.eclipse.org/forums/index.php/t/787421/).
- Che Binaries: [http://docs.codenvy.com/download] (http://docs.codenvy.com/download/)
- Che Getting Started: [http://eclipse.org/che/] (http://eclipse.org/che/)
- Che JavaDoc: [docs.codenvy.com/che/javadoc/] (http://docs.codenvy.com/che/javadoc/)
- Che Extension Tutorials: [http://docs.codenvy.com/che/creating-extensions/#creating-che-apps] (http://docs.codenvy.com/che/creating-extensions/#creating-che-apps)
- Che Mail List: che-dev@eclipse.org
- Che Forums: https://www.eclipse.org/forums/index.php/t/787421/
- Website: eclipse.org/che
- Che Project Management Page: https://projects.eclipse.org/projects/technology.che