Skip to main contentIBM Β AIOps Training

Preparing to run commands

πŸš€ TASK: Clone the Training Repository

  1. Open your terminal

  2. Clone the GitHub Repository into your directory of choice

    git clone https://github.com/niklaushirt/ibm-aiops-deployer.git
  1. Go to the deployer directory

    cd ibm-aiops-deployer


πŸš€ TASK: Connect to your OpenShift Cluster

Login to your OpenShift Cluster from your Terminal by using the oc login command from the OpenShift Web Console.

    1. Open your Openshift Web Console

    2. Select Copy Login Command

      image
    3. Copy the oc login .. string

      image
    4. Open your terminal

    5. Paste the oc login .. command from above

    Now you’re good to start with the installation.