Skip to content

Commit

Permalink
Small edits as per review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Clive Harris <[email protected]>
  • Loading branch information
cxharris committed Jul 15, 2020
1 parent dae6d41 commit 85c05c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/pages/cdp/cdp-Creating-Zowe-CLI-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ zowe zos-uss issue ssh 'uname -a'

### CICS deploy profile

The cics-deploy profile identifies the CICS environment for deployment. An example of how to create an environment using using z/OS Provisioning Toolkit as described in [Provisioning a CICS region using z/OS PT](cdp-Provisioning-a-CICS-region). You need to know the following from your CICS system administrator:
The cics-deploy profile identifies the CICS environment for deployment. See [Provisioning a CICS region using z/OS PT](cdp-Provisioning-a-CICS-region) for an example of how to create an environment using z/OS Provisioning Toolkit. You need to know the following from your CICS system administrator:

| Option | Description |
| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand All @@ -96,7 +96,7 @@ The cics-deploy profile identifies the CICS environment for deployment. An examp
| job-card | JCL jobcard to use when submitting JCL that will run the CICS utility DFHDPLOY. If not specified, a default job card will be used. |
| target-directory | Target directory on z/OS to which CICS bundles should be uploaded. |

For example to create a cics-deploy profile:
For example, to create a cics-deploy profile:

```text
zowe profiles create cics-deploy-profile cics --cicsplex PLEX1 --cics-hlq CICSTS55.CICS720 --cpsm-hlq CICSTS55.CPSM550 --scope CICPY000 --csd-group BUNDGRP1 --target-directory /var/cicsts/bundles --overwrite
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/cdp/cdp-Deploying-a-nodejs-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toc: true

### Before you begin

CICS TS V5.5 introduced support to run Node.js applications and is required by this tutorial. If you do not have a CICS TS V5.5 region, use the steps in [Provisioning a CICS region using z/OS® PT](cdp-Provisioning-a-CICS-region) to provision one, or speak to your CICS system administrator.
CICS TS V5.5 introduced support to run Node.js applications and is required by this tutorial. If you do not have a CICS TS V5.5 (or higher) region, use the steps in [Provisioning a CICS region using z/OS® PT](cdp-Provisioning-a-CICS-region) to provision one, or speak to your CICS system administrator.

### Procedure

Expand Down Expand Up @@ -99,4 +99,4 @@ CICS TS V5.5 introduced support to run Node.js applications and is required by t
The Node.js application is packaged into a CICS bundle on the workstation, uploaded to a directory on z/OS, and is running in CICS.
{% include tip.html content="When writing your own application, follow the guidance in [Best practice for developing Node.js applications](https://www.ibm.com/support/knowledgecenter/SSGMCP_5.5.0/applications/developing/node/best-practice.html) to use environment variables and enable the application to terminate gracefully." %}
{% include tip.html content="When writing your own application, follow the guidance in [Best practice for developing Node.js applications](https://www.ibm.com/support/knowledgecenter/SSGMCP_latest/applications/developing/node/best-practice.html) to use environment variables and enable the application to terminate gracefully." %}
8 changes: 4 additions & 4 deletions docs/pages/cdp/cdp-Installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ toc: false
zowe plugins install @zowe/secure-credential-store-for-zowe-cli@zowe-v1-lts
```

3. Install the CICS® plugin:
3. Install the CICS® plug-in:

```console
zowe plugins install @zowe/cics-for-zowe-cli@zowe-v1-lts
```

4. Install the cics-deploy plugin:
4. Install the cics-deploy plug-in:

```console
zowe plugins install zowe-cli-cics-deploy-plugin
Expand All @@ -43,7 +43,7 @@ toc: false
zowe plugins list
```

Displays a list of the installed plugins:
Displays a list of the installed plug-ins:

<pre class="messageText">
Installed plugins:
Expand All @@ -54,5 +54,5 @@ toc: false
-- registry: https://registry.npmjs.org/<br>
-- pluginName: zowe-cli-cics-deploy-plugin
-- package: zowe-cli-cics-deploy-plugin
-- version: 1.0.4
-- version: 1.1.0
-- registry: https://registry.npmjs.org/ </pre>

0 comments on commit 85c05c1

Please sign in to comment.