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: docs/pages/cdp/cdp-Tutorials-overview.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,22 @@ folder: cdp
9
9
toc: true
10
10
---
11
11
12
-
Firstly, you will need a CICS region. The z/OS Provisioning Toolkit enables you to provision CICS regions yourself:
12
+
Firstly, you will need a CICS region:
13
13
14
-
*[Preparing a z/OS Provisioning Toolkit image](cdp-Preparing-a-zOS-PT-image) - steps to prepare a z/OS Provisioning Toolkit image for CICS, and optionally include an application in the image.
14
+
*The z/OS Provisioning Toolkit enables you to provision CICS regions yourself:
15
15
16
-
*[Provisioning a CICS region](cdp-Provisioning-a-CICS-region) - steps to provision a CICS region from a z/OS Provisioning Toolkit image. You can then deploy and test applications using the CICS region.
16
+
*[Preparing a z/OS Provisioning Toolkit image](cdp-Preparing-a-zOS-PT-image) - prepare a z/OS Provisioning Toolkit image for CICS, and optionally include an application in the image.
17
+
18
+
*[Provisioning a CICS region](cdp-Provisioning-a-CICS-region) - provision a CICS region from a z/OS Provisioning Toolkit image.
19
+
20
+
* Alternatively, work with your CICS and z/OS system administrators [Creating Zowe CLI profiles](cdp-Creating-Zowe-CLI-profiles) based on the z/OS system and CICS region you can use.
17
21
18
22
Next deploy an application:
19
23
20
-
*[Deploying a Node.js application](cdp-Deploying-a-nodejs-application) - create a Node.js application using the Express Application Generator and deploy it.
24
+
*[Deploying a Node.js application](cdp-Deploying-a-nodejs-application) - create a Node.js application using the Express Application Generator, package it into a CICS bundle, and deploy it.
21
25
22
-
*[Deploying a CICS policy](cdp-Deploying-a-CICS-policy) - download a sample CICS bundle containing a policy and deploy it.
26
+
*[Deploying a CICS policy](cdp-Deploying-a-CICS-policy) - download a sample policy packaged in a CICS bundle, and deploy it.
23
27
24
28
Finally if you need more precise control of the deployment steps, for example if you are writing a CI-CD pipeline:
25
29
26
-
*[Deploying using individual actions](cdp-Deploying-using-individual-actions) - the individual actions to deploy a Node.js application in CICS.
30
+
*[Deploying using individual actions](cdp-Deploying-using-individual-actions) - steps that provide greater control when deploying a CICS bundle.
0 commit comments