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/How Tos/Install Orion on Localhost"

< Orion‎ | How Tos
m (Downloading and Running Orion on Localhost)
(Rearrange some stuff, link to Getting Staretd)
Line 1: Line 1:
= Downloading and Running Orion on Localhost=
+
This page explains how to download, install, and run Orion on your local machine.
 +
 
 +
== Downloading Orion ==
 
# Download Orion for your platform from the [http://download.eclipse.org/e4/orion/ download page]. Choose the most recent Stable Build.
 
# Download Orion for your platform from the [http://download.eclipse.org/e4/orion/ download page]. Choose the most recent Stable Build.
 
# Unzip the zip file to a folder on your computer.<br/>'''Note:''' Be sure to choose a folder that you have write access to.
 
# Unzip the zip file to a folder on your computer.<br/>'''Note:''' Be sure to choose a folder that you have write access to.
 +
 +
== Starting the server ==
 
# Make sure you have Java installed - the server is implemented in Java. (Does 'java -version' print something like: java version "1.6.0_22"?)
 
# Make sure you have Java installed - the server is implemented in Java. (Does 'java -version' print something like: java version "1.6.0_22"?)
 
# Launch the Orion server:
 
# Launch the Orion server:
 
#* '''Linux:''' Run <code>eclipse\eclipse</code>.
 
#* '''Linux:''' Run <code>eclipse\eclipse</code>.
 
#* '''Mac OS X:''' Double-click <code>eclipse/eclipse</code>.
 
#* '''Mac OS X:''' Double-click <code>eclipse/eclipse</code>.
#* '''Windows:''' Double-click <code>eclipse\eclipse.exe</code>.<br>Once you launch the Orion server, the server console should start.<br>[[Image:Orion_Console.png]]
+
#* '''Windows:''' Double-click <code>eclipse\eclipse.exe</code>.<p>Once you launch the Orion server, the server console should start.</p>[[Image:Orion_Console.png]]
 
# Now the server is running on port 8080. (If you want it to use a different port, change the setting in the eclipse.ini file. On Mac OS X, you will have to right-click on eclipse/eclipse and select "Show Package Contents", then navigate into Contents/MacOS.)
 
# Now the server is running on port 8080. (If you want it to use a different port, change the setting in the eclipse.ini file. On Mac OS X, you will have to right-click on eclipse/eclipse and select "Show Package Contents", then navigate into Contents/MacOS.)
 
# Point your web browser to [http://localhost:8080/ http://localhost:8080/].
 
# Point your web browser to [http://localhost:8080/ http://localhost:8080/].
 
# You'll be directed to the Orion login screen:<br/>[[Image:Orion_Create_Account.png]]<br/>From here you can create a new account for yourself on your local Orion server, or connect Orion to an existing Google, Yahoo, AOL or myOpenID account instead.
 
# You'll be directed to the Orion login screen:<br/>[[Image:Orion_Create_Account.png]]<br/>From here you can create a new account for yourself on your local Orion server, or connect Orion to an existing Google, Yahoo, AOL or myOpenID account instead.
 +
 +
== Stopping the server ==
 +
# Go to the server console window that opened when you launched the server.
 +
# Type <code>close</code> and press Enter.
 +
  
 
= Using Orion =
 
= Using Orion =
 +
== Getting started ==
 +
Now that you've got Orion installed, read [[Orion/Getting_Started_with_Orion | Getting started with Orion]] for a brief tour of the
 +
 +
 
== Linking to existing content ==
 
== Linking to existing content ==
 
You can try out Orion's text editing features by editing existing files on your computer. Here's how:
 
You can try out Orion's text editing features by editing existing files on your computer. Here's how:
 
# Open the <code>eclipse\eclipse.ini</code> file in a text editor.
 
# Open the <code>eclipse\eclipse.ini</code> file in a text editor.
 
# In the <code>-vmargs</code> section, add a line similar to this:
 
# In the <code>-vmargs</code> section, add a line similar to this:
#* <code>-Dorg.eclipse.orion.server.core.allowedPathPrefixes=C:\Users\myusername\Documents\Code,C:\Myprojects\OrionFiles</code><br/>This sets the JVM system property <code>org.eclipse.orion.server.core.allowedPathPrefixes</code>, which tells the Orion server what local paths may be accessed by web users. Its value is a comma-separated list of absolute paths. (Remember that any Orion user who logs into your server will have this access, so don't point it to something sensitive.)<br><br>''Note that this option was named differently prior to M5.'' If you are running M4, use -Dorg.eclipse.e4.webide.server.allowedPathPrefixes=some_path. For all newer builds, including M5, use -Dorg.eclipse.orion.server.core.allowedPathPrefixes=some_path.
+
#* <code>-Dorg.eclipse.orion.server.core.allowedPathPrefixes=C:\Users\myusername\Documents\Code,C:\Myprojects\OrionFiles</code><p>This sets the JVM system property <code>org.eclipse.orion.server.core.allowedPathPrefixes</code>, which tells the Orion server what local paths may be accessed by web users. Its value is a comma-separated list of absolute paths. (Remember that any Orion user who logs into your server will have this access, so don't point it to something sensitive.)</p><p>''Note that this property was named differently in Orion M4.'' If you are running M4, you'll need to use -Dorg.eclipse.'''e4.webide.server'''.allowedPathPrefixes=some_path instead.</p>
# Relaunch the Orion server.
+
 
# Log in and click the "Link Folder" or "Link Project" button on the toolbar.
 
# Log in and click the "Link Folder" or "Link Project" button on the toolbar.
# Type in a name for the link, and in the '''Server path:''' field, enter the path to the folder you want to link to (it must be a subdirectory of one of the paths you supplied in Step 2). Then click OK.
+
# Type in a name for the link, and in the '''Server path:''' field, enter the path to the folder you want to link to (it must be a subdirectory of one of the paths you supplied in Step 2).  
 +
# Click OK.
 
# You should now be able to browse and edit the contents of the folder from the Orion UI.
 
# You should now be able to browse and edit the contents of the folder from the Orion UI.
 
== Stopping the server ==
 
# Go to the OSGi console window that opened when you launched the server.
 
# Type <code>close</code> and press Enter.
 
  
 
<!--
 
<!--
Line 46: Line 55:
  
  
[[Category:Orion/How To|Running 0.2 M4]][[Category:Orion|Running 0.2 M4]]
+
[[Category:Orion/How To|Running]][[Category:Orion|Running]]

Revision as of 14:36, 17 March 2011

This page explains how to download, install, and run Orion on your local machine.

Downloading Orion

  1. Download Orion for your platform from the download page. Choose the most recent Stable Build.
  2. Unzip the zip file to a folder on your computer.
    Note: Be sure to choose a folder that you have write access to.

Starting the server

  1. Make sure you have Java installed - the server is implemented in Java. (Does 'java -version' print something like: java version "1.6.0_22"?)
  2. Launch the Orion server:
    • Linux: Run eclipse\eclipse.
    • Mac OS X: Double-click eclipse/eclipse.
    • Windows: Double-click eclipse\eclipse.exe.

      Once you launch the Orion server, the server console should start.

      Orion Console.png
  3. Now the server is running on port 8080. (If you want it to use a different port, change the setting in the eclipse.ini file. On Mac OS X, you will have to right-click on eclipse/eclipse and select "Show Package Contents", then navigate into Contents/MacOS.)
  4. Point your web browser to http://localhost:8080/.
  5. You'll be directed to the Orion login screen:
    Orion Create Account.png
    From here you can create a new account for yourself on your local Orion server, or connect Orion to an existing Google, Yahoo, AOL or myOpenID account instead.

Stopping the server

  1. Go to the server console window that opened when you launched the server.
  2. Type close and press Enter.


Using Orion

Getting started

Now that you've got Orion installed, read Getting started with Orion for a brief tour of the


Linking to existing content

You can try out Orion's text editing features by editing existing files on your computer. Here's how:

  1. Open the eclipse\eclipse.ini file in a text editor.
  2. In the -vmargs section, add a line similar to this:
    • -Dorg.eclipse.orion.server.core.allowedPathPrefixes=C:\Users\myusername\Documents\Code,C:\Myprojects\OrionFiles

      This sets the JVM system property org.eclipse.orion.server.core.allowedPathPrefixes, which tells the Orion server what local paths may be accessed by web users. Its value is a comma-separated list of absolute paths. (Remember that any Orion user who logs into your server will have this access, so don't point it to something sensitive.)

      Note that this property was named differently in Orion M4. If you are running M4, you'll need to use -Dorg.eclipse.e4.webide.server.allowedPathPrefixes=some_path instead.

  3. Log in and click the "Link Folder" or "Link Project" button on the toolbar.
  4. Type in a name for the link, and in the Server path: field, enter the path to the folder you want to link to (it must be a subdirectory of one of the paths you supplied in Step 2).
  5. Click OK.
  6. You should now be able to browse and edit the contents of the folder from the Orion UI.

Back to the top