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

Orion/EndToEndTutorial

< Orion
Revision as of 15:04, 25 October 2013 by John arthorne.ca.ibm.com (Talk | contribs) (How to Prepare)

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.

If you have a GitHub account you can accomplish steps 3 and 4 by first forking the tutorial on GitHub, and then clone your own fork into OrionHub from the Orion repositories page.

If you want to try out more advanced mapping applications based on the tutorial, you will need a Google Maps license key. For our basic examples in the tutorial a license key is not needed.

Back to the top