Services Setup
- 09 Aug 2024
- 1 Minute to read
- Print
- PDF
Services Setup
- Updated on 09 Aug 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Services Setup
There are four batch scripts in the Configuration changes folder.
- Servicecreation - The batch script is run to create a service.
- Start_service - The batch script is run to start a service.
- Stop_Delete_service - The batch script is run to stop a service.
- Updateconfigs - The batch script is run to update the changes made to any of the files.
Note
While creating RabbitMQ Service, the RabbitMQ service name must be changed in batch file as below
- Service creation - servicecreation.bat
- Start service - enable_start_service
- Stop delete service - stop_disable_service.bat
Configuration Services
The folder named Configuration Services contains 5 files and 4 batch scripts. The files are different for each instance. The values can be updated in the four folders listed below and the batch scripts are run to update it.
- Angular - This folder contains an environment.js and the web config file. The environment file needs to be changed and the batch script run, so that whatever changes were updated in the environment file will get updated in the Angular binary.
- CAPI (Configuration API) - This folder contains the appsettings.production file. Here we need to update the value of Database, Rabbit Mq, & AllowOrigin and run the batch script so that it gets updated.
- Master - This folder contains the appsettings.production file.
- RBMQ - This folder contains the appsettings.production file.
- Report - This folder contains the appsettings.production file.
Note
All the changes that need to get updated in the 10 files can be updated in the appsettings.production file under CAPI, Master, RBMQ, and Report. Once changes are done, the batch script (updateconfigs) can be run to reflect the changes.
Was this article helpful?