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)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
  
 
# Create an account on https://orionhub.org. If wireless connectivity is good enough we will use this for the entire tutorial
 
# Create an account on https://orionhub.org. If wireless connectivity is good enough we will use this for the entire tutorial
# Download the latest stable build of [http://download.eclipse.org/orion/drops/S-4.0RC2-201310161157/index.html Orion] (or 4.0 RC3 if available). We will use this in case of catastrophic wireless failure.
+
# Download the latest release of [http://download.eclipse.org/orion/drops/R-5.0-201402262325/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/git/git-repository.html#,createProject.name=OrionEndToEnd,cloneGit=git://github.com/jarthorn/OrionEndToEnd.git 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]. If you're on localhost, here is the URL to clone: git://github.com/jarthorn/OrionEndToEnd.git
  
 
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 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 [https://developers.google.com/maps/documentation/javascript/tutorial#api_key Google Maps license key]. For our basic examples in the tutorial a license key is not needed.
 
If you want to try out more advanced mapping applications based on the tutorial, you will need a [https://developers.google.com/maps/documentation/javascript/tutorial#api_key Google Maps license key]. For our basic examples in the tutorial a license key is not needed.
 +
 +
[[Category:Orion]]

Latest revision as of 22:08, 13 March 2014

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 the latest release 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're on localhost, here is the URL to clone: git://github.com/jarthorn/OrionEndToEnd.git

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