Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 788 Bytes

Deployment.md

File metadata and controls

23 lines (14 loc) · 788 Bytes

Deployment Guide
PayrollChecks service Microservice

PayrollChecks service microservice can be used in different deployment scenarios.

Standalone Process

The simplest way to deploy the microservice is to run it as a standalone process. This microservice is implemented in JavaScript and requires installation of Node.js. You can get it from the official site at https://nodejs.org/en/download

Step 1. Download microservices by following instructions

Step 2. Add config.json file to the root of the microservice folder and set configuration parameters. See Configuration Guide for details.

Step 3. Start the microservice using the command:

node run