Skip to content

technologiclee/che

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High performance, open source software developer environments in the cloud.

Cloud IDE

Use your browser to program on any machine in any language. Edit, build, debug and deploy projects bound to source repositories. [Use Che as an IDE] (https://eclipse-che.readme.io/docs/import-a-project)

Workspace Server

Create developer environments with APIs. Add your project types, embed custom commands and host on any infrastructure. [Use Che as a Workspace Server] (https://eclipse-che.readme.io/docs/create-workspaces-and-projects)

Plug-Ins

Use Che's built-in language plug-ins or write packaged extensions that transform Che's IDE into new tools and assemblies. [Write Che IDE Plug-Ins] (https://eclipse-che.readme.io/docs/extension-development-workflow)

Eclipse Che

Che can be installed on any OS that supports Java 1.8 - desktop, server or cloud, and Maven 3.1.1 or higher. It has been tested on Ubuntu, Linux, MacOS and Windows.

License

Che is open sourced under the Eclipse Public License 1.0.

Clone the repository

git clone https://github.com/codenvy/che.git

If master is unstable, checkout the latest released version.

Build and run Che

cd che
mvn clean install
./che.sh [ start | stop ]

This builds and runs an assembly with the Java plug-in and extension SDK. You can use the SDK to create other assemblies of Che.

Che will be available at localhost:8080

Che sub-projects:

Other projects that are part of Eclipse Che

Get Engaged

  • Contribute:: We accept pull requests, so you are welcome to submit many!
  • Support: You can report bugs and contribute che-dev@eclipse.org.
  • Website: eclipse.org/che

Packages

No packages published

Languages

  • Java 36.4%
  • Shell 20.0%
  • CSS 12.1%
  • HTML 11.4%
  • Batchfile 10.6%
  • JavaScript 9.5%