© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
This role automates the process of installing the necessary Cache server service gateway to allow connection to a Cache database via Nodejs.
It is assumed that Cache is aready installed on the server
instname - The name of the Intersystems Cache instance
[ Default - TEST ]
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
role: cache-node-server
instname: TEST1
...
The git repo referenced in the role to install the service gateway:
https://github.com/chrisemunt/mgsi
BSD
Raman Sailopal