1.0.0 • Published 8 years ago
interoperability-layer-api v1.0.0
ILManager
Description
- This is the REST API for the IL, with endpoints for getting the
Participating Systems,Message Types,Message Subscriptions,Usage StatsandNotifications
Setup steps
- First you need to install
nodejsand pm2 To create a build, run the following:
npm run buildTranspiles the
ES7andES6javascript toES5, in a dist folder Copies the node_modules folder to the dist folder. Copies the config dir to the dist directorypm2 start dist/src/lib/index.js -i maxOnce you create the
dist, you can copy it to your production server, and run thepm2command. This command runs up the API, with thecluster modeactivated. This means the API will utilize all the available CPU cores available, for an optimized performance.pm2 startup
1.0.0
8 years ago