cicsdev / cics-nodejs-invoke

Sample Node.js application that uses the invoke API from the ibm-cics-api module to call COBOL programs included in the CICS® catalog manager
Apache License 2.0
6 stars 10 forks source link

Deploy to CICS does not need the project cloned to zFS #1

Closed ChrisAtkinson1 closed 5 years ago

ChrisAtkinson1 commented 5 years ago

I found I did not need to git clone this to zFS at all.

These steps in the documentation - I believe should be changed.

Deploying the Node.js application in CICS

Clone this repository to a directory on zFS.

git clone https://github.com/cicsdev/cics-nodejs-invoke.git

Download the Node.js modules that the application depends on:

cd cics-nodejs-invoke/projects/cics-nodejs-invoke
npm install

To Deploying the Node.js application in CICS.

From the local directory cd into the \cics-nodejs-invoke\projects\cics-nodejs-invoke

This directory represents the CICS bundle. You use these artifacts to create the CICS bundle.

You can then follow steps 3 onwards and it should work. Removes the need to configure git on zFS too.

markcocker commented 5 years ago

@ChrisAtkinson1 Above changes now merged.