Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/Getting the source"

m (Category)
Line 1: Line 1:
 +
This page covers how to take a look at the source, as well as how to set up for self-hosting (changing Orion code from Orion).
 +
 +
== Accessing the code ==
 
Source for Orion can be forked from our [[Git]] repositories:
 
Source for Orion can be forked from our [[Git]] repositories:
  
Line 4: Line 7:
 
* [http://git.eclipse.org/c/e4/org.eclipse.orion.client.git/ org.eclipse.orion.client.git]
 
* [http://git.eclipse.org/c/e4/org.eclipse.orion.client.git/ org.eclipse.orion.client.git]
  
 +
== Self hosting setup ==
 +
We assume you are familiar with git.  If not, review the [[Git | Eclipsepedia Git Page]].
  
 +
Self-hosting involves running an Orion server on localhost, pointing your Orion editor at your local git repo, and committing changes with command line tools.  Here are the steps needed to get up and running.
 
[[Category:Orion|Getting the source]]
 
[[Category:Orion|Getting the source]]

Revision as of 18:17, 13 January 2011

This page covers how to take a look at the source, as well as how to set up for self-hosting (changing Orion code from Orion).

Accessing the code

Source for Orion can be forked from our Git repositories:

Self hosting setup

We assume you are familiar with git. If not, review the Eclipsepedia Git Page.

Self-hosting involves running an Orion server on localhost, pointing your Orion editor at your local git repo, and committing changes with command line tools. Here are the steps needed to get up and running.

Back to the top