Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.25 KB

25-appcon-using-the-oc-terminal-application.adoc

File metadata and controls

60 lines (40 loc) · 1.25 KB

Method 1. Using the oc Terminal Application

To login into Openshift we will use the oc web terminal at https://terminal.caascloud.net

Log in user - appcon Password - Appcon2017!

Navigate to the question mark icon on the top right and select Command Line Tools

Copy the content in the text box below After downloading and installing it, you can start by logging in using this current session token:

example:

$ oc login https://openshift.caascloud.net:8443 --token=<your token>

Paste this string into the oc web terminal and press enter

Now execute

$ oc status

and

$ oc whoami

to confirm your identity

Method 2. Install your own oc term application

Select "New Project" button

name the project (userxxx)term and give it a Display name of "Your Name" Web Term

Click the "Create" button

Select Deploy Image Tab and then select the "Image Name" radio button

Enter smacktrace/octerm and then click the eyeglass to search the docker registry

Then create two environment variables

OCTERMUSER and set to userxxx
OCTERMPASS and set to Appcon2017!

then click the "Create" button