Skip to content

MartinWangIBM/orion.client

 
 

Repository files navigation

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 an Eclipse Git repository, and there is also a mirror on GitHub. For complete details on getting the source and getting setup to develop Orion, see the Orion wiki.

Bug reports are welcome in bugzilla.

Patches are welcome as pull requests.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.7%
  • HTML 3.9%
  • CSS 2.3%
  • Other 0.1%