Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 2.57 KB

File metadata and controls

58 lines (38 loc) · 2.57 KB

Workshop Environment

First Step: Confirm Your Username!

Look in the box at the top of your screen. Is your username set already? If so it will look like this:

Set User ID above

If your username is properly set, then you can move on. If not, in the above box, enter the user ID you were assigned like this:

Set User ID above

This will customize the links and copy/paste code for this workshop. If you accidently type the wrong username, just click the green recycle icon to reset it.

Click-to-Copy

You will see various code and command blocks throughout these exercises which can be copy/pasted directly by clicking anywhere on the block of text:

/* A sample Java snippet that you can copy/paste by clicking */
public class CopyMeDirectly {
    public static void main(String[] args) {
        System.out.println("You can copy this whole class with a click!");
    }
}

Simply click once and the whole block is copied to your clipboard, ready to be pasted with CTRL+V (or Command+V on Mac OS).

There are also Linux shell commands that can also be copied and pasted into a Terminal in your Development Environment:

echo "This is a bash shell command that you can copy/paste by clicking"

The Workshop Environment You Are Using

Your workshop environment consists of several components which have been pre-installed and are ready to use. Depending on which parts of the workshop you’re doing, you will use one or more of:

  • Red Hat OpenShift - You’ll use one or more projects (Kubernetes namespaces) that are your own and are isolated from other workshop students

  • Open Data Hub - A community-based distribution of Data Science tools.

  • Red Hat AMQ Streams - streaming data platform based on Apache Kafka

  • Other open source projects like Knative (for serverless apps), Jenkins and Tekton (CI/CD pipelines), Prometheus and Grafana (monitoring apps), and more.

You’ll be provided clickable URLs throughout the workshop to access the services that have been installed for you.

How to complete this workshop

Click the "Next >" button at the bottom to advance to the next topic. You can also use the menu on the left to move around the instructions at will.

Good luck, and let’s get started!