You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@ You can install this project on your own machine or on an OpenShift Container Pl
7
7
8
8
Installing on local machine
9
9
---------------------------
10
-
1.[Download and unzip](https://github.com/jbossdemocentral/rhpam7-install-demo/archive/master.zip)
11
-
or [clone this repo](https://github.com/jbossdemocentral/rhpam7-install-demo.git).
12
-
13
-
2. Add products to installs directory, see installs/README for details and links.
10
+
1.[Download and unzip](https://github.com/jbossdemocentral/rhpam7-install-demo/archive/master.zip) or [clone this repo](https://github.com/jbossdemocentral/rhpam7-install-demo.git).
11
+
12
+
2. Add products to installs directory, see [installs/README](installs/README) for details and links.
14
13
15
14
3. Run 'init.sh' or 'init.bat' file. 'init.bat' must be run with Administrative privileges.
This demo can be installed on Red Hat OpenShift in various ways. We'll explain the different options provided.
11
11
@@ -50,7 +50,7 @@ This installation option will install the Process Automation Manager 7 and Proce
50
50
---
51
51
**NOTE**
52
52
53
-
The `with-imagestreams` parameter installs the Process Automation Manager 7 image streams and templates into the project namespace instead of the `openshift` namespace (for which you need admin rights). If you already have the required image-streams and templates installed in your OpenShift environment in the `openshift` namespace, you can omit the `with-imagestreams` from the setup command.
53
+
The `without-imagestreams` parameter skips the installation of the Process Automation Manager 7 image streams and templates into the project namespace. If you already have the required image-streams and templates installed in your OpenShift environment in the `openshift` namespace, you can run using the parameter `without-imagestreams` from the setup command.
Copy file name to clipboardExpand all lines: support/openshift/provision.sh
+18-8Lines changed: 18 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ function usage() {
34
34
echo" --user [username] The admin user for the demo projects. mandatory if logged in as system:admin"
35
35
echo" --project-suffix [suffix] Suffix to be added to demo project names e.g. ci-SUFFIX. If empty, user will be used as suffix."
36
36
echo" --run-verify Run verify after provisioning"
37
-
echo" --with-imagestreams Creates the image streams in the project. Useful when required ImageStreams are not available in the 'openshift' namespace and cannot be provisioned in that 'namespace'."
37
+
echo" --without-imagestreams Do not create the image streams in the project. Useful when you already have the ImageStreams available in the 'openshift' namespace."
38
38
echo" --pv-capacity [capacity] Capacity of the persistent volume. Defaults to 512Mi as set by the Red Hat Process Automation Manager OpenShift template."
0 commit comments