https://github.com/eclipse-archived/orion.server
The Orion Java Server, "Your IDE in the Cloud"
https://github.com/eclipse-archived/orion.server
Last synced: 7 months ago
JSON representation
The Orion Java Server, "Your IDE in the Cloud"
- Host: GitHub
- URL: https://github.com/eclipse-archived/orion.server
- Owner: eclipse-archived
- License: epl-1.0
- Created: 2017-04-10T14:06:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T19:10:53.000Z (almost 5 years ago)
- Last Synced: 2025-07-29T21:28:01.840Z (11 months ago)
- Language: Java
- Homepage: https://projects.eclipse.org/projects/ecd.orion
- Size: 31.8 MB
- Stars: 26
- Watchers: 24
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Orion
=====
Orion is an open-source development platform focused on creating applications for the web, in the web.
The vision behind Orion is to move software development to the web by
enabling open tool integration through HTTP and REST, JSON, OAuth, OpenID, and others.
We exploit internet design principles throughout, allowing Orion to be easily run in the browser, locally and in Electron.
Great care has been taken to provide a world class web development experience, rather than to recreate the traditional desktop
IDE experience in a browser tab.
Please refer to our [project page](https://projects.eclipse.org/projects/ecd.orion) for plan and overall project information, or
head over to the [wiki](http://wiki.eclipse.org/Orion) for even more information about Orion.
Contributing
------------
For complete details on getting the source and getting setup to develop Orion see the [Orion wiki](http://wiki.eclipse.org/Orion/Getting_the_source).
Bug reports and patches are welcome in [bugzilla](https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Orion), you can also open pull requests directly against [this repository](https://github.com/eclipse/orion.server).
License
-------
This repository contains the Orion Java server, which is available under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html).
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
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"