Exposes an NCIP interface for Okapi based on the sample module.
It includes a ModuleDescriptor, and a Deployment Descriptor desgined to be used when the module has been started independently and is running on port 3000. Okapi is expected to be running on port 9130, on the IP address 192.168.0.2.
npm install
npm start
curl -w '\n' -X POST -H "Content-Type:application/json" -d @./ModuleDescriptor.json http://192.168.0.2:9130/_/proxy/modules
curl -i -w '\n' -X POST -H "Content-Type:application/json" -d @./ExternalDeploymentDescriptor.json http://192.168.0.2:9130/_/discovery/modules
curl -i -w '\n' -X POST -H "Content-Type:application/json" -d @./TenantAssociationDescriptor.json http://192.168.0.2:9130/_/proxy/tenants/diku/modules