You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This simple application acts as an image renderer for multiple tenants
The application host, port, image folder can be configured in the config.json file
File 'settingsTenantFacebook.json' contains the TENANT_CODE and IMAGE_FOLDER_PATH which should be configured
You can add multiple tenants by placing more tenant files like 'settingsTenantInstagram.json'
Following commands can be used to start/stop/restart the image renderer (Note: command should be executed in the deployment folder)
a. Start the image renderer - "npm run startImageRenderer
b. Stop the image renderer - "npm run stopImageRenderer"
c. Restart the image renderer - "npm run restartImageRenderer"