Skip to content

Commit

Permalink
Merge pull request #462 from tadamski/project-creation-readme-note
Browse files Browse the repository at this point in the history
docker-build example: add note about project creation
  • Loading branch information
jfdenise authored Feb 6, 2024
2 parents 6154bc0 + cd59c71 commit 2f98b1a
Show file tree
Hide file tree
Showing 12 changed files with 205 additions and 1 deletion.
17 changes: 17 additions & 0 deletions examples/cloud-default-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,23 @@ If you have already installed the Helm Charts for WildFly, make sure to update y
helm repo update
```
----
----
**NOTE**

Be sure you have created OpenShift project. In some clusters it is created by default, whereas in others you have to create it manually.

Check what project is currently active:

```
oc project -q
```

If above command returns with error stating no project has been set, create a project using following command:

```
oc new-project myproject
```
----

# Example steps

Expand Down
17 changes: 17 additions & 0 deletions examples/docker-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,23 @@ If you have already installed the Helm Charts for WildFly, make sure to update y
helm repo update
```
----
----
**NOTE**

Be sure you have created OpenShift project. In some clusters it is created by default, whereas in others you have to create it manually.

Check what project is currently active:

```
oc project -q
```

If above command returns with error stating no project has been set, create a project using following command:

```
oc new-project myproject
```
----

# Example steps

Expand Down
17 changes: 17 additions & 0 deletions examples/elytron-oidc-client-auto-reg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,23 @@ If you have already installed the Helm Charts for WildFly, make sure to update y
helm repo update
```
----
----
**NOTE**

Be sure you have created OpenShift project. In some clusters it is created by default, whereas in others you have to create it manually.

Check what project is currently active:

```
oc project -q
```

If above command returns with error stating no project has been set, create a project using following command:

```
oc new-project myproject
```
----

# Example steps

Expand Down
17 changes: 17 additions & 0 deletions examples/elytron-oidc-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,23 @@ If you have already installed the Helm Charts for WildFly, make sure to update y
helm repo update
```
----
----
**NOTE**

Be sure you have created OpenShift project. In some clusters it is created by default, whereas in others you have to create it manually.

Check what project is currently active:

```
oc project -q
```

If above command returns with error stating no project has been set, create a project using following command:

```
oc new-project myproject
```
----

# Example steps

Expand Down
17 changes: 17 additions & 0 deletions examples/jms-broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,23 @@ If you have already installed the Helm Charts for WildFly, make sure to update y
helm repo update
```
----
----
**NOTE**

Be sure you have created OpenShift project. In some clusters it is created by default, whereas in others you have to create it manually.

Check what project is currently active:

```
oc project -q
```

If above command returns with error stating no project has been set, create a project using following command:

```
oc new-project myproject
```
----

# Example steps

Expand Down
17 changes: 17 additions & 0 deletions examples/jsf-ejb-jpa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,23 @@ If you have already installed the Helm Charts for WildFly, make sure to update y
helm repo update
```
----
----
**NOTE**

Be sure you have created OpenShift project. In some clusters it is created by default, whereas in others you have to create it manually.

Check what project is currently active:

```
oc project -q
```

If above command returns with error stating no project has been set, create a project using following command:

```
oc new-project myproject
```
----

# Example steps

Expand Down
17 changes: 17 additions & 0 deletions examples/logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@ Environment variables from the [WildFly image API](https://github.com/wildfly/wi
* You are logged into an OpenShift cluster and have `oc` command in your path

* You have built and deployed one of the examples. We are using the `elytron-oidc-client` example but the same applies to all examples
----
**NOTE**

Be sure you have created OpenShift project. In some clusters it is created by default, whereas in others you have to create it manually.

Check what project is currently active:

```
oc project -q
```

If above command returns with error stating no project has been set, create a project using following command:

```
oc new-project myproject
```
----

# Example steps

Expand Down
17 changes: 17 additions & 0 deletions examples/postgresql-multiple-datasources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,23 @@ If you have already installed the Helm Charts for WildFly, make sure to update y
helm repo update
```
----
----
**NOTE**

Be sure you have created OpenShift project. In some clusters it is created by default, whereas in others you have to create it manually.

Check what project is currently active:

```
oc project -q
```

If above command returns with error stating no project has been set, create a project using following command:

```
oc new-project myproject
```
----

# Example steps

Expand Down
17 changes: 17 additions & 0 deletions examples/postgresql-preview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,23 @@ If you have already installed the Helm Charts for WildFly, make sure to update y
helm repo update
```
----
----
**NOTE**

Be sure you have created OpenShift project. In some clusters it is created by default, whereas in others you have to create it manually.

Check what project is currently active:

```
oc project -q
```

If above command returns with error stating no project has been set, create a project using following command:

```
oc new-project myproject
```
----

# Example steps

Expand Down
17 changes: 17 additions & 0 deletions examples/postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,23 @@ If you have already installed the Helm Charts for WildFly, make sure to update y
helm repo update
```
----
----
**NOTE**

Be sure you have created OpenShift project. In some clusters it is created by default, whereas in others you have to create it manually.

Check what project is currently active:

```
oc project -q
```

If above command returns with error stating no project has been set, create a project using following command:

```
oc new-project myproject
```
----

# Example steps

Expand Down
17 changes: 17 additions & 0 deletions examples/saml-auto-reg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,23 @@ If you have already installed the Helm Charts for WildFly, make sure to update y
helm repo update
```
----
----
**NOTE**

Be sure you have created OpenShift project. In some clusters it is created by default, whereas in others you have to create it manually.

Check what project is currently active:

```
oc project -q
```

If above command returns with error stating no project has been set, create a project using following command:

```
oc new-project myproject
```
----

# Example steps

Expand Down
19 changes: 18 additions & 1 deletion examples/web-clustering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,23 @@ If you have already installed the Helm Charts for WildFly, make sure to update y
helm repo update
```
----
----
**NOTE**

Be sure you have created OpenShift project. In some clusters it is created by default, whereas in others you have to create it manually.

Check what project is currently active:

```
oc project -q
```

If above command returns with error stating no project has been set, create a project using following command:

```
oc new-project myproject
```
----

# Example steps

Expand All @@ -72,4 +89,4 @@ helm repo update
helm install web-clustering-app -f helm.yaml wildfly/wildfly
```

2. Your replicas are now sharing the web session. You can access the application, note the Session ID then scale/un-scale replicas, the session ID is preserved.
2. Your replicas are now sharing the web session. You can access the application, note the Session ID then scale/un-scale replicas, the session ID is preserved.

0 comments on commit 2f98b1a

Please sign in to comment.