Skip to content
/ che Public
forked from eclipse-che/che

Eclipse Che: High performance developer workspaces, cloud IDE, and plug-ins

License

Notifications You must be signed in to change notification settings

shaode/che

 
 

Repository files navigation

Eclipse Che

Join the chat at https://gitter.im/eclipse/che Travis Build Status Windows Build status

Eclipse License ![latest 3.x](https://img.shields.io/badge/latest stable-3.x-green.svg) ![latest 4.x](https://img.shields.io/badge/latest dev-4.x-yellowgreen.svg)

https://www.eclipse.org/che/

High performance, open source software developer workspaces 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 workspaces 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.

Dependencies

  • Docker 1.8+
  • Maven 3.1.1+
  • Java 1.8

Clone

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

If master is unstable, checkout the latest tagged version.

Build and Run

cd che
mvn clean install

# A new assembly is packaged into:
cd assembly-ide/target/eclipse-che-<version>/eclipse-che-<version>

# Executable files are:
bin/che.sh  [ start | stop ]
bin/che.bat [ start | stop ]

Che will be available at localhost:8080

Sub-Projects:

Engage

About

Eclipse Che: High performance developer workspaces, cloud IDE, and plug-ins

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 51.2%
  • Shell 12.8%
  • Batchfile 12.4%
  • CSS 10.0%
  • JavaScript 7.9%
  • HTML 5.7%