Deploy on a Remote Server
To deploy on a remote server, you should follow the two steps:
1. Edit the .env.* and edit the following fields:
- OPENHIM_CORE_MEDIATOR_HOSTNAME= <OPENHIM_SUBDOMAIN> (default localhost) - DOMAIN_NAME= <DOMAIN_NAME> of remote server - SUBDOMAINS= <SUBDOMAINS OF ALL EXPOSED SERVICES>
You may need to update the memory and CPU limit according to the server.
Example:
2. Run the following command to deploy Cares and Disi:
With:
username: is the user of the remote server
host: is the domain name or the IP address of the remote server.
Last updated