Difference between revisions of "Openshift"

From CDOT Wiki
Jump to: navigation, search
(Try OpenShift Online)
(Get OpenShift Origin)
Line 32: Line 32:
  
 
The second option will take some times and efforts to complete. If you are taking OPS635, this will be part of your assignment 1.
 
The second option will take some times and efforts to complete. If you are taking OPS635, this will be part of your assignment 1.
 +
= OpenShift Resource on the web =
 +
* [https://blog.openshift.com/openshift-developers-set-full-cluster-30-minutes/?utm_source=OpenShift+Online&utm_campaign=f9a98c42f0-blog_email_updates&utm_medium=email&utm_term=0_c528e5e48e-f9a98c42f0-107725973
 +
OpenShift for Developers: Set Up a Full Cluster in Under 30 Minutes]

Revision as of 12:07, 31 January 2017

Overview

Tasks

  1. Try OpenShift Online
  2. Get OpenShift Origin

Procedure

Try OpenShift Online

You can try out OpenShift for free with OpenShift Online. Just sign up for an OpenShift Online account and create your first application in minutes. You need to provide a valid email address when signing up for an OpenShift online account.

Create a WordPress App on your free gear with your first name as part of the site title. e.g. "Raymond's Blog".

Show the URL of your WordPress App URL to your professor.

Collect the following information after creating your first App on OpenShift

  • Procedure to make code changes to your app. (need a git client)
  • Information about installing and using rhc (RedHat Client tool) - Try this link
  • Manage your application from the command line Guide
  • Command to ssh to your application container - e.g. "ssh 570694eb2d527172d400012e@python-ictseneca.rhcloud.com"

Get OpenShift Origin

There are two ways to implement OpenShift on your own hardware:

Try the first option using a VM in you CentOS 6.x host and show it to your professor.

The second option will take some times and efforts to complete. If you are taking OPS635, this will be part of your assignment 1.

OpenShift Resource on the web

OpenShift for Developers: Set Up a Full Cluster in Under 30 Minutes]