Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/Selfhosting"

Line 18: Line 18:
 
While working on Orion, you may want to install some additional plugins. You can use the links below.
 
While working on Orion, you may want to install some additional plugins. You can use the links below.
  
[http://orion.eclipse.org/plugin/install.html#http://jsbeautifier.org/orion/0.2/jsbeautify.html JSBeautify]
+
* [http://orion.eclipse.org/plugin/install.html#http://jsbeautifier.org/orion/0.2/jsbeautify.html Install JSBeautify plugin]
[http://orion.eclipse.org/plugin/install.html#http://mamacdon.github.com/0.2/plugins/csslint/csslintPlugin.html CSSLint]
+
* [http://orion.eclipse.org/plugin/install.html#http://mamacdon.github.com/0.2/plugins/csslint/csslintPlugin.html Install CSSLint plugin]
  
 
[[Category:Orion|Selfhosting]]
 
[[Category:Orion|Selfhosting]]

Revision as of 14:03, 24 June 2011

This page explains the steps necessary to get set up for self-hosting on orion.eclipse.org. This server is being used by the Orion committers to work on Orion itself. Non-committers can follow these steps too, but must use the OrionHub server instead.

  1. Log into orion.eclipse.org.
  2. Go to your user profile page. Enter your committer email and name in the Git section and save. This is important to do first so that Git commits are made using your committer username and can therefore be pushed back to git.eclipse.org.
  3. Click on Repositories in the top banner, then click Clone Repository in the toolbar. In the URL field, enter
  4. You'll see a confirmation dialog asking you to accept the server's RSA key. Click Yes.
  5. Next a prompt will appear asking for credentials.
    • Non-committers: just click OK.
    • Committers: enter your eclipse.org account name and ssh password, then click OK.
  6. Wait for a moment while the repository is cloned. The toolbar area will let you know when it's done.
  7. Go back to the Navigator, and verify that a new folder was created called org.eclipse.orion.client, and that it contains the Orion client code.
  8. Click on the Sites link in the header, and create a new site configuration. Enter any name. On the page for the site configuration, click on the Add… button and then while holding the Shift key, select org.eclipse.orion.client from the menu that appears. This hidden feature will create the necessary entries for self-hosting.
  9. Start the site configuration by clicking on "Start" in the toolbar.
  10. Now you can log into your new instance :-)

While working on Orion, you may want to install some additional plugins. You can use the links below.

Back to the top