Skip to content

Commit be69148

Browse files
committed
Changes to z/OS PT tutorial
1 parent 5addd4f commit be69148

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

docs/_data/sidebars/cdp_sidebar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ entries:
3030
- title: Deploying using individual actions
3131
url: /cdp-Deploying-using-individual-actions.html
3232
output: web
33-
- title: Deploying into z/OS PT CICS region
34-
url: /cdp-Deploying-into-zospt-cics-region.html
33+
- title: Provision a CICS region using z/OS PT
34+
url: /cdp-Provision-a-CICS-region-using-zospt.html
3535
output: web
3636

3737
- title: Concepts

docs/pages/cdp/cdp-Deploying-your-first-nodejs-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc: true
1111

1212
### Before you begin
1313

14-
A CICS TS V5.5 region is required on z/OS to deploy this application. If you do not have a CICS region, use the steps in [Deploying into z/OS PT CICS region](cdp-Deploying-into-zospt-cics-region) to provision a CICS region.
14+
CICS TS V5.5 introduced support to run Node.js application and is required by this tutorial. If you do not have a CICS TS V5.5 region, use the steps in [Provision a CICS region using z/OS PT](cdp-Provision-a-CICS-region-using-zospt) to provision one, or speak to your CICS system administrator.
1515

1616
### Procedure
1717

docs/pages/cdp/cdp-Deploying-into-zospt-cics-region.md renamed to docs/pages/cdp/cdp-Provision-a-CICS-region-using-zospt.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Provision a CICS region using z/OS PT and deploy a Node.js application
2+
title: Provision a CICS region using z/OS PT
33
tags: [getting_started]
44
keywords:
5-
summary: "The following steps take you through provisioning a CICS region using the z/OS Provisioning Toolkit, then creating and deploying an application to the CICS region."
5+
summary: "The following steps take you through preparing a z/OS Provisioning Toolkit image for CICS, provisioning a CICS region using the image, and then starting, stopping and deprovisioning it."
66
sidebar: cdp_sidebar
7-
permalink: cdp-Deploying-into-zospt-cics-region.html
7+
permalink: cdp-Provision-a-CICS-region-using-zospt.html
88
folder: cdp
99
toc: true
1010
---
@@ -84,11 +84,7 @@ zospt build $ZOSPTIMAGE -t cics_55_nodejs
8484
zowe profiles update cics-deploy cics --scope CICPY000 --bundle-directory /u/cicprov/mnt/CICPY000/bundles
8585
```
8686

87-
4. Deploy your Node.js application to the CICS region using the steps in [Deploying your first Node.js app](cdp-Deploying-your-first-nodejs-app). For example:
88-
89-
```console
90-
zowe cics-deploy push bundle --name Express --overwrite
91-
```
87+
You are now ready to deploy applications to the provisioned CICS region. You can try this out by following the steps in [Deploying your first Node.js app](cdp-Deploying-your-first-nodejs-app).
9288

9389
### Stop your CICS region
9490

0 commit comments

Comments
 (0)