Skip to content

Commit 5addd4f

Browse files
committed
More tweaks
1 parent 8274375 commit 5addd4f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ summary: "The following steps take you through deploying your first Node.js appl
66
sidebar: cdp_sidebar
77
permalink: cdp-Deploying-your-first-nodejs-app.html
88
folder: cdp
9-
toc: false
9+
toc: true
1010
---
1111

12+
### Before you begin
13+
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.
15+
16+
### Procedure
17+
1218
1. Install the Zowe CLI and cics-deploy plugin by following the steps in [Installation](cdp-Installation).
1319

1420
2. Create Zowe CLI profiles for z/OSMF, SSH, and cics-deploy by following the steps in [Create Zowe CLI profiles](cdp-Create-Zowe-CLI-profiles).
@@ -29,7 +35,7 @@ toc: false
2935

3036
Make sure you are in the root directory of the application.
3137

32-
Replace the value for the `--port` option with one that is available for use by the CICS region on z/OS. This sets the PORT environment variable in the generated `.profile` file. Additional variables can be set by editing this file.
38+
Replace the value for `--port` with one that is available for use by the CICS region on z/OS. This sets the PORT environment variable in the generated `.profile` file. Additional variables can be set by editing this file.
3339

3440
```console
3541
zowe cics-deploy generate bundle --port 3000 --overwrite

0 commit comments

Comments
 (0)