Docker image for the Eclipse Orion server running on Node.js.
1.2K
The goal of Orion is to build developer tooling that works in the browser, at web scale. The vision behind Orion is to move software development to the web as a web experience, by enabling open tool integration through HTTP and REST, JSON, OAuth, OpenID, and others. The idea is to exploit internet design principles throughout, instead of trying to bring existing desktop IDE concepts to the browser. See the Orion wiki for more information about Orion.
Orion source code is available in a GitHub repository. For complete details on getting the source and getting setup to develop Orion, see the Orion wiki.
Bug reports and patches are welcome in bugzilla, you can also open pull requests directly against the repository on GitHub.
Install latest Maven 3.0 from http://maven.apache.org
Clone orion.client and orion.server under the same local folder
% cd /my/git/repos
% git clone https://github.com/eclipse/orion.client.git
% git clone https://github.com/eclipse/orion.server.git
% cd orion.server
% mvn clean install -P platform-kepler,local-build -Dorion.client.build.skip -DskipTests
% cd releng/org.eclipse.orion.server.repository/target/products/org.eclipse.orion/linux/gtk/x86_64/eclipse/
% ./orion
Now point your browser at http://localhost:8080 to start the Orion client.
Install the latest Node.js v6 LTS from http://nodejs.org/
Clone orion.client.
% cd /my/git/repos
% git clone https://github.com/eclipse/orion.client.git
% cd orion.client
% cd modules/orionode
% npm install
% node server.js
Now point your browser at http://localhost:8081 to start the Orion client.
This repository contains the Orion client. This source code is available under the Eclipse Public License and Eclipse Distribution License.
Content type
Image
Digest
Size
358.9 MB
Last updated
over 9 years ago
docker pull rcjsuen/eclipse-orion