Skip to content

Commit b6c478f

Browse files
committed
Add tutorial intro
Signed-off-by: Mark Cocker <[email protected]>
1 parent cb9031e commit b6c478f

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

docs/_data/sidebars/cdp_sidebar.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ entries:
99
url: index.html
1010
output: web
1111
folderitems:
12-
- title: Home
12+
- title: Zowe CLI CICS deploy plug-in
1313
url: index.html
1414
output: web
1515
- title: Requirements on z/OS
@@ -26,6 +26,9 @@ entries:
2626
url: cdp-Preparing-a-zOS-PT-image.html
2727
output: web
2828
folderitems:
29+
- title: Tutorials overview
30+
url: cdp-Tutorials-overview.html
31+
output: web
2932
- title: Preparing a z/OS PT image
3033
url: cdp-Preparing-a-zOS-PT-image.html
3134
output: web

docs/pages/cdp/cdp-Deploying-a-CICS-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ This tutorial shows how to download a sample CICS policy and deploy it using the
1919

2020
2. Create Zowe CLI profiles by following the steps in [Creating Zowe CLI profiles](cdp-Creating-Zowe-CLI-profiles).
2121

22-
3. Clone the [cics-policy-samples](https://github.ibm.com/CICS/cics-policy-samples/tree/master) repository.
22+
3. Clone the [cics-policy-samples](https://github.com/cicsdev/cics-policy-samples) repository from GitHub.
2323

2424
```text
25-
git clone https://github.ibm.com/CICS/cics-policy-samples.git
25+
git clone https://github.com/cicsdev/cics-policy-samples.git
2626
2727
cd cics-policy-samples/bundles/CICSDEV_system_rule
2828
```

docs/pages/cdp/cdp-Preparing-a-zOS-PT-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Preparing a z/OS Provisioning Toolkit image
33
tags: [tutorial]
44
keywords:
5-
summary: "The following steps take you through preparing a z/OS Provisioning Toolkit image for CICS, and optionally including an application in the image."
5+
summary: "The following steps take you through preparing a z/OS Provisioning Toolkit image for CICS, and optionally include an application in the image."
66
sidebar: cdp_sidebar
77
permalink: cdp-Preparing-a-zOS-PT-image.html
88
folder: cdp
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Tutorials overview
3+
tags: [tutorial]
4+
keywords:
5+
summary: "Summary of the tutorials."
6+
sidebar: cdp_sidebar
7+
permalink: cdp-Tutorials-overview.html
8+
folder: cdp
9+
toc: true
10+
---
11+
12+
These tutorials will help you setup a CICS region and try the Zowe CLI CICS deploy plug-in to deploy applications.
13+
14+
Firstly, you will need a CICS region. The z/OS Provisioning Toolkit enables you to provision and deprovision CICS regions yourself. Work with your CICS and z/OS administrators to setup a z/OS PT image, then provision your CICS region:
15+
16+
* [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.
17+
18+
* [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.
19+
20+
Next deploy an application:
21+
22+
* [Deploying your first Node.js app](cdp-Deploying-your-first-nodejs-app) - deploy your first Node.js application to CICS using the Express Application Generator.
23+
24+
* [Deploying a CICS policy](cdp-Deploying-a-CICS-policy) - deploy a sample CICS bundle containing a policy.
25+
26+
Finally if you need more precise control of the deployment steps, for example if you are writing a CI-CD pipeline:
27+
28+
* [Deploying using individual actions](cdp-Deploying-using-individual-actions) - the individual actions to deploy a Node.js application in CICS.

0 commit comments

Comments
 (0)