Sign inSign up

rcjsuen/eclipse-orion

By rcjsuen

Updated over 9 years ago

Docker image for the Eclipse Orion server running on Node.js.

Image
0

1.2K

rcjsuen/eclipse-orion repository overview

Orion

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.

Contributing

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.

How to build Orion using Maven

Install Maven:

Install latest Maven 3.0 from http://maven.apache.org

Clone Git repositories:

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
Run Maven build:
% cd orion.server
% mvn clean install -P platform-kepler,local-build -Dorion.client.build.skip -DskipTests
Run the Orion server
% 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.

How to build Orion using npm

Install Node.js:

Install the latest Node.js v6 LTS from http://nodejs.org/

Clone Git repositories:

Clone orion.client.

% cd /my/git/repos
% git clone https://github.com/eclipse/orion.client.git
Run npm install:
% cd orion.client
% cd modules/orionode
% npm install
Run the Orion server
% node server.js

Now point your browser at http://localhost:8081 to start the Orion client.

License

This repository contains the Orion client. This source code is available under the Eclipse Public License and Eclipse Distribution License.

Tag summary

Content type

Image

Digest

Size

358.9 MB

Last updated

over 9 years ago

docker pull rcjsuen/eclipse-orion