Package Exports
- clusterpost-execution
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clusterpost-execution) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
clusterpost-execution
Install nvm and node (v4.4.5^).
Create a folder, navigate to it and run the following command.
npm install clusterpost-executionThis installation step generated a conf.json file and index.js
Configuration
Edit conf.js with a local path to store the data in the local machine and the IP of the machine running the clusterpost-server application.
If you configured the clusterpost-server with an SSL certificate, you will need a copy of the certificate.
To retrieve the certificate from the server running clusterpost-server
openssl s_client -showcerts -connect localhost:8180 </dev/null 2>/dev/null | openssl x509 -outform PEM > certificate.pemWhere localhost:8180 must be changed by the IP address running clusterpost-server.
Change the path to the certificate accordingly.