Skip to content

Commit 99323be

Browse files
committed
Tweaks
Signed-off-by: Mark Cocker <[email protected]>
1 parent 02f83f3 commit 99323be

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/pages/cdp/cdp-Tutorials-overview.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,22 @@ folder: cdp
99
toc: true
1010
---
1111

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:
1313

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:
1515

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.
1721

1822
Next deploy an application:
1923

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.
2125

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.
2327

2428
Finally if you need more precise control of the deployment steps, for example if you are writing a CI-CD pipeline:
2529

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

Comments
 (0)