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

(How to Prepare)
Line 10: Line 10:
 
# Download a copy of [http://download.eclipse.org/orion/drops/S-4.0RC2-201310161157/index.html Orion]. We will use this in case of catastrophic wireless failure.
 
# Download a copy of [http://download.eclipse.org/orion/drops/S-4.0RC2-201310161157/index.html Orion]. We will use this in case of catastrophic wireless failure.
 
# Have somewhere you can push Git changes to, such as an account on [https://bitbucket.org Bitbucket] or [https://github.com/ GitHub].
 
# Have somewhere you can push Git changes to, such as an account on [https://bitbucket.org Bitbucket] or [https://github.com/ GitHub].
# Clone the tutorial repository into OrionHub by clicking [https://orionhub.org here].
+
# Clone the tutorial repository into OrionHub by clicking [https://orionhub.org/git/git-repository.html#,createProject.name=OrionEndToEnd,cloneGit=git://github.com/jarthorn/OrionEndToEnd.git here].

Revision as of 14:11, 25 October 2013

This page is for attendees of the Orion End to End Tutorial. You can find instructions here on how to prepare for attending the tutorial. Also we may use this page to provide useful links and pointers for use during or after the tutorial.

This tutorial is a very introductory look at doing web application development using Orion. You will learn a lot about how to use Orion, and some basic web development skills. We expect attendees to have basic prior knowledge of JavaScript, CSS, and HTML, but you can likely muddle through the material without much experience.

How to Prepare

Attendees should do the following before arriving at the tutorial:

  1. Create an account on https://orionhub.org. If wireless connectivity is good enough we will use this for the entire tutorial
  2. Download a copy of Orion. We will use this in case of catastrophic wireless failure.
  3. Have somewhere you can push Git changes to, such as an account on Bitbucket or GitHub.
  4. Clone the tutorial repository into OrionHub by clicking here.

Back to the top