新一代的Eclipse IDE:Eclipse Che
高性能,開源的,軟件開發者云工作平臺。
Cloud IDE
可以使用你的瀏覽器在任何機器上進行任何語言的編程。編輯,構建,調試和部署項目綁定至源代碼倉庫。Use Che as an IDE
Workspace Server
利用APIs創建開發者工作平臺。添加你的項目類型,嵌入自定義命令和托管在任何基礎設施上。 Use Che as a Workspace Server
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
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 ./che.sh [ start | stop ]
Che will be available atlocalhost:8080
This builds an assembly with the Java, git, and maven plugins. The SDK has embedded tools that let you create assemblies that contain other plugins.
Sub-Projects:
- che-plugins: Language & tooling extensions
- che-core: Core components
- che-depmgt: Maven dependency management POM
- che-parent: Maven parent POM
- cli: CLI for interacting with Che remotely
- eclipse-plugin: An Eclipse plug-in for running Che projects