Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Console Documentation

Matan Kotler-Berkowitz edited this page Jun 14, 2021 · 6 revisions

The console directory is a fork of the openshift/console repository, using git subtree. To update the local copy from the upstream repository, run this command:

git subtree pull --prefix console https://github.com/openshift/console.git master --squash

This will pull the latest changes from the upstream and merge them into the local copy. If merge conflicts occur between the local copy and the upstream changes, they can be resolved in the same way that merge conflicts between two branches are resolved.

Deploying to an OpenShift Cluster

  1. Copy the console folder outside of the repository
  2. Run git init inside the console folder
  3. Follow the instructions listed here. Note: make sure to run the listed commands in the directory above the console folder.
Clone this wiki locally