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)
(Added Che setup instructions.)
Line 6: Line 6:
  
 
=== Che ===
 
=== Che ===
 +
# Follow the instructions for cloning, building, and running Che [https://github.com/codenvy/sdk].
  
 
=== Dirigible ===
 
=== Dirigible ===

Revision as of 16:44, 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

  1. Follow the instructions for cloning, building, and running Che [1].

Dirigible

Orion

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

Back to the top