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/Terminal Administration Guide"

(Created page with "=== Title ===")
 
Line 1: Line 1:
=== Title ===
+
This guide contains information on managing the terminal support for an Orion server.
 +
 
 +
The default Orion server out of the box adds a [[Orion/Documentation/User_Guide/Reference/Shell_page|shell page]]. The Orion shell has a limited set of commands that the user can take advantage of.
 +
 
 +
It is desirable in some development environments to provide full shell access to the user's projects and files. Some users need access to a command line to accomplish such activities as:
 +
 
 +
* run git commands against projects cloned from a git repository
 +
* manage dependencies with npm
 +
* build with grunt
 +
* access a remote server with ssh
 +
 
 +
An Orion server can take advantage of a [http://www.docker.io/ Docker] server to provide a terminal page to provide this shell capability.
 +
 
 +
== Standalone shared server ==
 +
 
 +
== Separate Orion Server and Docker Server ==
 +
 
 +
== Separate Orion Server and Docker Server behind a Reverse Proxy ==

Revision as of 17:39, 9 January 2014

This guide contains information on managing the terminal support for an Orion server.

The default Orion server out of the box adds a shell page. The Orion shell has a limited set of commands that the user can take advantage of.

It is desirable in some development environments to provide full shell access to the user's projects and files. Some users need access to a command line to accomplish such activities as:

  • run git commands against projects cloned from a git repository
  • manage dependencies with npm
  • build with grunt
  • access a remote server with ssh

An Orion server can take advantage of a Docker server to provide a terminal page to provide this shell capability.

Standalone shared server

Separate Orion Server and Docker Server

Separate Orion Server and Docker Server behind a Reverse Proxy

Back to the top