Skip to content

Commit

Permalink
added Eclipse Che information
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 12, 2023
1 parent a431837 commit 8337356
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions devspaces/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Modifying Permissions For Ansible-Lint And Bash To Work In OpenShift Dev Spaces
# Software defined development environment on Kubernetes

OpenShift Dev Spaces Docs: https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.10

Eclipse Che Docs: https://eclipse.dev/che/docs/stable/overview/introduction-to-eclipse-che/

Eclipse Che Repo: https://github.com/eclipse-che/che-server

# Modifying Permissions For Ansible-Lint And Bash To Work In OpenShift Dev Spaces or Eclipse Che

1) Modify the ContainerFile to utilize your Execution Environment. Make any changes to .bashrc for your terminal requirements.

Expand All @@ -21,7 +29,7 @@ https://github.com/shadowman-lab/Ansible-PAH/tree/main/roles/build_shadowmandevs

# Set Up Git Config:

## OpenShift Dev Spaces <3.10
## OpenShift Dev Spaces <3.10 or Eclipse Che <7.77

1) Login to OpenShift

Expand Down Expand Up @@ -59,7 +67,7 @@ Your Git user name and email should appear in the output.

### Note if a workspace-userdata-gitconfig-configmap already exists, just update your existing config map per the YAML above

## OpenShift Dev Spaces >=3.10
## OpenShift Dev Spaces >=3.10 or Eclipse Che >=7.77

1) Login to OpenShift Dev Spaces

Expand Down Expand Up @@ -105,7 +113,7 @@ Your Git user name and email should appear in the output.

# Set Up SSH Keys

## OpenShift Dev Spaces >=3.10
## OpenShift Dev Spaces >=3.10 or Eclipse Che >=7.77

1) Login to OpenShift Dev Spaces

Expand Down

0 comments on commit 8337356

Please sign in to comment.