Go to file
Florent BENOIT 7bfaf994ac Remove the usage of license years property and use inceptionYear for this module
This allows to get correct start date without having to specify the end date.
In this case we reuse the top level currentYear property

Change-Id: I3b63e90eb99589d0432f2cffe05ec522f1a96866
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-02-12 15:25:47 +01:00
.mvn Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
assembly Merge pull request #304 from eclipse/fixed_che_in_docker_linux 2016-02-12 15:05:15 +02:00
core Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
dashboard Remove the usage of license years property and use inceptionYear for this module 2016-02-12 15:25:47 +01:00
plugins IDEX-4180: Fix copy command-fragment in commands dialog 2016-02-12 16:16:46 +02:00
.gitignore Init ignore 2016-02-12 09:47:29 +02:00
CODE_OF_CONDUCT.md Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
CONTRIBUTING.md Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
Dockerfile Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
LICENSE Eclipse Che Initial Contribution 4.0.0-RC2 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9458 2016-02-12 09:47:36 +02:00
NUMBERING.md Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
README.md Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
pom.xml Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00

README.md

Eclipse Che

Join the chat at https://gitter.im/eclipse/che 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/

Next-generation Eclipse IDE. Open source workspace server and cloud IDE.

Eclipse Che

Cloud IDE

Use your browser to program on any machine in any language. Edit, build, debug and deploy projects bound to source repositories.

Workspace Server

Create developer workspaces with APIs. Add your project types, embed custom commands and host on any infrastructure.

Plug-Ins

Use Che's built-in language plug-ins or write packaged extensions that transform Che's IDE into new tools and assemblies.

Che can be installed on any OS that supports Java 1.8 - desktop, server or cloud, and Maven 3.3.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.3.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-main/target/eclipse-che-<version>/eclipse-che-<version>

# Executable files are:
bin/che.sh
bin/che.bat

Che will be available at localhost:8080. If you want to run Che as a server, please see docs @ eclipse.org/che on additional flags to enable remote clients.

Repositories:

Engage