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 "ECD/Cloud Tutorial"

< ECD
(Orion)
(Orion)
Line 11: Line 11:
 
=== Orion ===
 
=== Orion ===
  
* Download and install [http://nodejs.org/download/ Node.js]
+
# Download and install [http://nodejs.org/download/ Node.js]
* From command prompt, type:  
+
# From command prompt, type:  
 
     npm install orion
 
     npm install orion

Revision as of 15:07, 5 March 2015

At EclipseCon 2015 the Eclipse Cloud Development project is running a tutorial that showcases technology from each of its sub-projects. This page contains material for tutorial attendees.

How to Prepare

This tutorial will include exercises using many different technologies. To get the most out of your session, we highly recommend that you install the tools in advance. There will not be enough time during the tutorial to help attendees get setup. If you don't do these steps, you can still follow along and watch what the presenter is doing.

Che

Dirigible

Orion

  1. Download and install Node.js
  2. From command prompt, type:
    npm install orion

Back to the top