Instantly Run An App in the Cloud 2

From Foss2Serve
(Difference between revisions)
Jump to: navigation, search
(rubric)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{| border="1"
+
 
|-
+
{{Learning Activity Overview
|'''Title''' || Instantly Run An App in the Cloud Using OpenShift Part 2
+
|title=
|-
+
Commandeer the command line power of OpenShift
|'''Overview''' || A follow-on to teaching students about creating apps in an online open source cloud environment - OpenShift. This time students focus on command-line driven tools, and the backends of building and deploying new application code via git.
+
|overview=
|-
+
A follow-on to teaching students about creating apps in an online open source cloud environment - OpenShift. This time students focus on command-line driven tools, and the backends of building and deploying new application code via git.
|'''Prerequisite Knowledge''' ||
+
|prerequisites=
 
* [[Instantly_Run_An_App_in_the_Cloud]]
 
* [[Instantly_Run_An_App_in_the_Cloud]]
* [[Git_Activity]] - Beginner Git experience (git activity 1)
+
* [[Intro to GitHub (Activity)]] - Beginner Git experience (git activity 1)
|-
+
|objectives=
|'''Learning Objectives''' ||
+
 
* Give instructor SSH access
 
* Give instructor SSH access
 
* Install and run "rhc" command-line client tool
 
* Install and run "rhc" command-line client tool
Line 16: Line 15:
 
* Add custom build and deployment code
 
* Add custom build and deployment code
 
* Synchronize Local and Live Environments (Test vs Prod)
 
* Synchronize Local and Live Environments (Test vs Prod)
|}
+
|process skills=
 +
}}
  
 
[[File:build_phase.png|200px]]
 
[[File:build_phase.png|200px]]
  
 +
----
  
----
+
=== Background ===
  
 +
''What is the rational for this activity?''
  
=== Background: ===
 
What is the rational for this activity?
 
 
This second portion of the cloud app activity goes a little deeper and focuses on de-facto technologies like ssh / shell-access and git / github. Students will now take their new-found knowledge of the cloud paradigm and start to understand how it can link to a more technically flexible solution set. They can now customize their apps via editing and pushing code via a git publication process.
 
This second portion of the cloud app activity goes a little deeper and focuses on de-facto technologies like ssh / shell-access and git / github. Students will now take their new-found knowledge of the cloud paradigm and start to understand how it can link to a more technically flexible solution set. They can now customize their apps via editing and pushing code via a git publication process.
  
Line 31: Line 31:
  
  
=== Directions: ===
+
=== Directions ===
  
 
==== Give Instructor SSH Access: ====
 
==== Give Instructor SSH Access: ====
Line 75: Line 75:
  
 
=== Deliverables: ===
 
=== Deliverables: ===
Get instructor access to your applications SSH shell, so that they can check your work.
+
# Get instructor access to your applications SSH shell, so that they can check your work.
 
+
# Create another blog post, with public URL, that tells:
Create another blog post, with public URL, that tells:
+
## What troubles or more info you came across
# What troubles or more info you came across
+
##* This 2nd edition was much more technical and likely lead to some troubleshooting.
#* This 2nd edition was much more technical and likely lead to some troubleshooting.
+
##* Tell a small story; 1-2 paragraphs.
#* Tell a small story; 1-2 paragraphs.
+
## Your understanding of what steps OpenShift implements when you do a simple "git push"
# Your understanding of what steps OpenShift implements when you do a simple "git push"
+
##* This is the build and deploy process
#* This is the build and deploy process
+
##* Talk about what you added to customize the build process
#* Talk about what you added to customize the build process
+
## The pro's and con's of synchronizing to a Local / Test coding environment
# The pro's and con's of synchronizing to a Local / Test coding environment
+
##* Why might you want to do testing locally on your laptop, instead of out on the Live / Production cloud app?
#* Why might you want to do testing locally on your laptop, instead of out on the Live / Production cloud app?
+
##* Is the process given in the tutorial cumbersome? Could you find anything better?
#* Is the process given in the tutorial cumbersome? Could you find anything better?
+
 
+
  
 
=== Assessment: ===
 
=== Assessment: ===
Line 140: Line 138:
  
  
=== Additional Information: ===
+
=== Additional Information ===
{| border="1"
+
|-
+
|'''Knowledge Area/Knowledge Unit''' || PD. Parallel and Distributed Computing / PD - Cloud Computing, PBD - Platform-based Development / PBD Web Platforms from [[ACM_Body_of_Knowledge]]
+
|-
+
|'''Topic''' || Cloud services , Infrastructure as a service, Web programming languages (e.g., HTML5, Java Script, PHP, CSS)  , Web platform constraints
+
|-
+
|'''Level of Difficulty''' || Difficult
+
|-
+
|'''Estimated Time to Completion''' ||  5-6 hours
+
|-
+
|'''Materials/Environment''' || What does the student need?  Internet access, Wordpress application from prior activity, Their own laptop with shell access
+
|-
+
|'''Author''' || [https://www.linkedin.com/in/nickyeates Nick Yeates], Vinh Quốc Nguyễn
+
|-
+
|'''Source''' || http://code.tutsplus.com/tutorials/running-wordpress-on-openshift-part-2--cms-19947
+
|-
+
|'''License''' || Creative Commons CC-BY
+
|}
+
  
 +
{{Learning Activity Info
 +
|acm unit=
 +
PD. Parallel and Distributed Computing / PD - Cloud Computing, PBD - Platform-based Development / PBD Web Platforms
 +
|acm topic=
 +
Cloud services , Infrastructure as a service, Web programming languages (e.g., HTML5, Java Script, PHP, CSS)  , Web platform constraints
 +
|difficulty=
 +
Difficult
 +
|time=
 +
5-6 hours
 +
|environment=
 +
What does the student need?  Internet access, Wordpress application from prior activity, Their own laptop with shell access
 +
|author=
 +
[https://www.linkedin.com/in/nickyeates Nick Yeates], Vinh Quốc Nguyễn
 +
|source=
 +
http://code.tutsplus.com/tutorials/running-wordpress-on-openshift-part-2--cms-19947
 +
|license=
 +
{{License CC BY}}
 +
}}
  
=== Suggestions to Open Source Mentors: ===
+
=== Suggestions to Open Source Mentors ===
 
Suggestions for an open source community member who is working in conjunction with the instructor.
 
Suggestions for an open source community member who is working in conjunction with the instructor.
 +
* Does your project utilize the linux command line and do you SSH into boxes?
 +
** Explain to students how important these basic command-line skills are in developing today.
 +
* Does your project or professional life use the concept of "Testing" and "Production"
 +
** Explain to students how this is a separation that many project use in differing degrees and ways
  
 
+
[[Category:Learning Activity]]
--------------------
+
[[Category:Introduction]]
This work is licensed under a
+
[[Category:Communication and Tools]]
[http://creativecommons.org/licenses/by/4.0/ Creative Commons Attribution 4.0 International License]
+
[[Category:Use and Evaluate]]
 
+
[[Category:Good Draft]]
[[Category: Learning_Activity]]
+
[[Category: Introduction]]
+
[[Category: Communication_and_Tools]]
+
[[Category: Use_and_Evaluate]]
+

Latest revision as of 00:21, 8 September 2018


Title

Commandeer the command line power of OpenShift

Overview

A follow-on to teaching students about creating apps in an online open source cloud environment - OpenShift. This time students focus on command-line driven tools, and the backends of building and deploying new application code via git.

Prerequisites
Learning
Objectives
After successfully completing this activity, the learner should be able to:
  • Give instructor SSH access
  • Install and run "rhc" command-line client tool
  • Understand behind-the-scenes workflow of "git push"
  • Add custom build and deployment code
  • Synchronize Local and Live Environments (Test vs Prod)
Process Skills
Practiced


Build phase.png


Background

What is the rational for this activity?

This second portion of the cloud app activity goes a little deeper and focuses on de-facto technologies like ssh / shell-access and git / github. Students will now take their new-found knowledge of the cloud paradigm and start to understand how it can link to a more technically flexible solution set. They can now customize their apps via editing and pushing code via a git publication process.

You will want to have already stepped through this preceding activity: Instantly_Run_An_App_in_the_Cloud


Directions

Give Instructor SSH Access:

In order to fully inspect your work, the instructor will need access to your SSH shell that you created. You do not, however, want to give your same private key away. You could, but it is not the best industry practice. Instead, you will want to setup access for the instructors Username and his particular Public Key. Given a Public Key and username access, the instructor can get in with their secret Private Key.

You are encouraged to look up instructions on the web or help each other in the classroom.

You will need:

- THE INSTRUCTORS USERNAME
- THE INSTRUCTORS PUBLIC KEY

Instructor will need:

- YOUR APP'S URL or IP ADDRESS

Do this early, so that you can work through issues. Undoubtedly there will be issues and a need to troubleshoot them. You will be graded on your ability to navigate these issues early.

Ensure proper file access rights

Additionally, assure that the user you create for your instructor has the right file and directory access privileges.


OpenShift Tutorial 2

Priorly, we setup Wordpress blogging software and used it. Now we will dive into more usage of the command line, specifically the rhc command, and what occurs when new code is added via git push. Additionally we will learn how to run it all on your local laptop, so that you can test and develop in a safe environment before you push it live (into production).

Follow this tutorial:




Deliverables:

  1. Get instructor access to your applications SSH shell, so that they can check your work.
  2. Create another blog post, with public URL, that tells:
    1. What troubles or more info you came across
      • This 2nd edition was much more technical and likely lead to some troubleshooting.
      • Tell a small story; 1-2 paragraphs.
    2. Your understanding of what steps OpenShift implements when you do a simple "git push"
      • This is the build and deploy process
      • Talk about what you added to customize the build process
    3. The pro's and con's of synchronizing to a Local / Test coding environment
      • Why might you want to do testing locally on your laptop, instead of out on the Live / Production cloud app?
      • Is the process given in the tutorial cumbersome? Could you find anything better?

Assessment:

Criteria Level 1 (fail) Level 2 (pass) Level 3 (exceptional)
Give instructor SSH access No access; Didnt attempt Instructor can login but may not have access to files Instructor can login and proper user access is given
Understand behind-the-scenes workflow of "git push" No explanation in blog about this Explanation in the blog of the five steps Explanation in the blog of the five steps and which files can be customized and when they are triggered (hooked)
Add custom build and deployment code Hook files not edited or working Customized action_hooks files that are documented in the blog writeup Customized action_hooks files that are documented in the blog writeup and that tried something *different* from what the tutorial did
Synchronize Local and Live Environments (Test vs Prod) No explanation in blog Explanation in blog telling the pro's and con's of this method Explanation in blog telling the difference between Testing and Production, why this is beneficial, and what other methods might be available or better/worse

Comments:

What should the instructor know before using this activity?

  • Instructor should become familiar with the SSH public/private access mechanism

What are some likely difficulties that an instructor may encounter using this activity?

  • Getting yourself SSH access to each students application shell may prove to be some upfront work for yourself
    • Make it clear to students that you want this done early (give them a deadline)
    • Grade them on this
    • Work through it with them; Give them feedback so that they can troubleshoot
    • This is a very realistic professional situation:
      • Not a lot of direction
      • given an end-goal
      • need to work with another person (you)
      • explorative troubleshooting is likely
  • Assure that YOU are crystal clear with sharing SSH access
    • Practice it with another teacher or colleague or system
    • Otherwise, you could be doing something wrong on your end, and the students wont be able to properly troubleshoot


Additional Information

ACM BoK
Area & Unit(s)

PD. Parallel and Distributed Computing / PD - Cloud Computing, PBD - Platform-based Development / PBD Web Platforms

ACM BoK
Topic(s)

Cloud services , Infrastructure as a service, Web programming languages (e.g., HTML5, Java Script, PHP, CSS) , Web platform constraints

Difficulty

Difficult

Estimated Time
to Complete

5-6 hours

Environment /
Materials

What does the student need? Internet access, Wordpress application from prior activity, Their own laptop with shell access

Author(s)

Nick Yeates, Vinh Quốc Nguyễn

Source

http://code.tutsplus.com/tutorials/running-wordpress-on-openshift-part-2--cms-19947

License

This work is licensed under a Creative Commons Attribution 4.0 International License

CC-BY.png


Suggestions to Open Source Mentors

Suggestions for an open source community member who is working in conjunction with the instructor.

  • Does your project utilize the linux command line and do you SSH into boxes?
    • Explain to students how important these basic command-line skills are in developing today.
  • Does your project or professional life use the concept of "Testing" and "Production"
    • Explain to students how this is a separation that many project use in differing degrees and ways
Personal tools
Namespaces
Variants
Actions
Events
Learning Resources
HFOSS Projects
Evaluation
Navigation
Toolbox