Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
adapted README to new structure
  • Loading branch information
Eugene Ivantsov committed Apr 7, 2015
1 parent bdf1832 commit 1544f05
Showing 1 changed file with 9 additions and 24 deletions.
33 changes: 9 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Che contains:

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 can be installed on any operating system that supports Java 1.7 - desktop, server or cloud, and Maven 3.1.1 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.

### License
Che is open sourced under the Eclipse Public License 1.0.
Expand All @@ -23,7 +23,6 @@ Che is open sourced under the Eclipse Public License 1.0.

```sh
git clone https://github.com/codenvy/che.git
git checkout 3.8.1
```

We advise against building the master branch as you may encounter intermediate errors.
Expand All @@ -40,32 +39,18 @@ mvn clean install
Che will be available at ```localhost:8080```

### Che Sub-Projects:
* **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)
* **che-plugins**: [A set of plugins for Eclipse Che] (http://github.com/codenvy/che-plugins)
* **che-core**: [Core components of Eclipse Che] (http://github.com/codenvy/che-core)
* **che-depmgt**: [Maven Dependency Management POM for Che projects] (http://github.com/codenvy/che-depmgt)
* **che-parent**: [Maven parent POM for Che projects] (http://github.com/codenvy/che-parent)

### Project That Are Part of Che but Its Components

* **CLI**: [CLI for accessing APIs] (http://github.com/codenvy/cli)
* **Eclipse Plug-In**: [An Eclipse plug-in for running Che projects] (http://github.com/codenvy/eclipse-plugin)

### AngularJS Plugin Configuration
This plugin requires npm, Yeoman, bower and Grunt to be installed.
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/
Expand Down

0 comments on commit 1544f05

Please sign in to comment.