Skip to content

ehues/orion.server

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 2724 commits ahead of pjanik:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 and patches are welcome in bugzilla.

License

This repository contains the Orion Java server, which is available under the Eclipse Public License.

How to build Orion using Maven

Install Maven:

Clone Git repositories:

  • clone org.eclipse.orion.client and org.eclipse.orion.server under the same local folder
  • cd /my/git/repos
  • git clone http://git.eclipse.org/gitroot/orion/org.eclipse.orion.client.git
  • git clone http://git.eclipse.org/gitroot/orion/org.eclipse.orion.server.git

Run Maven build

  • cd org.eclipse.orion.server/
  • mvn clean install

Eclipse Setup

Set target platform:

  • in Eclipse open the target definition org.eclipse.orion.server/releng/org.eclipse.orion.target/org.eclipse.orion.target
  • click "Set as Target Platform"

About

e4 project repository (orion.server)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.0%
  • Shell 1.3%
  • PHP 0.7%