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/Selfhosting"

(mention noncommitters)
Line 1: Line 1:
This page explains the steps necessary to get set up for self-hosting on [http://orion.eclipse.org orion.eclipse.org]. This server is being used by the Orion committers to work on Orion itself.  
+
This page explains the steps necessary to get set up for self-hosting on [http://orion.eclipse.org 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 [http://orionhub.org OrionHub] server instead.
  
 
#Log into [http://orion.eclipse.org orion.eclipse.org].
 
#Log into [http://orion.eclipse.org orion.eclipse.org].
 
#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.
 
#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.
#Click on '''Repositories''' in the top banner, then click '''Clone Repository''' in the toolbar. In the URL field, enter ssh://myCommitterId@git.eclipse.org/gitroot/e4/org.eclipse.orion.client.git (replacing your committer id of course)
+
#Click on '''Repositories''' in the top banner, then click '''Clone Repository''' in the toolbar. In the URL field, enter  
 +
#*For committers: <tt>ssh://myCommitterId@git.eclipse.org/gitroot/e4/org.eclipse.orion.client.git</tt> (replacing your committer id, of course).
 +
#*For non-committers: <tt>http://git.eclipse.org/gitroot/e4/org.eclipse.orion.client.git</tt> or <tt>git://git.eclipse.org/gitroot/e4/org.eclipse.orion.client.git</tt> .
 
#You'll see a confirmation dialog asking you to accept the server's RSA key. Click '''Yes'''.
 
#You'll see a confirmation dialog asking you to accept the server's RSA key. Click '''Yes'''.
#Next a prompt will appear asking for your eclipse.org account name and ssh password. Enter them and click '''OK'''. (Alternately you can paste in your SSH private key if you've set up public-key authentication with eclipse.org).
+
#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'''.
 
#Wait for a moment while the repository is cloned. The toolbar area will let you know when it's done.
 
#Wait for a moment while the repository is cloned. The toolbar area will let you know when it's done.
 
#Go back to the Navigator, and verify that a new folder was created called <tt>org.eclipse.orion.client</tt>, and that it contains the Orion client code.
 
#Go back to the Navigator, and verify that a new folder was created called <tt>org.eclipse.orion.client</tt>, and that it contains the Orion client code.

Revision as of 13:43, 23 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 :-)

Back to the top