Open niclaus76 opened 2 years ago
Use the https://openmed.cloud/ domain Install on AWS Cloud on the dedicated DEV VM.
Here's a draft of the openmed.json configuration file:
openmed.json
{ "publicHostname": "dev.ambulatorio.openmed.cloud", "publicPort": 443, "publicIp": "<this-VM-public-ip>", "mongodbUrl": "mongodb://<mongohost>:<your-mongo-password>@<your-mongo-host-name>:27017/<your-mongo-database-name>", "mailConfig": { "provider": "ergonet", "smtp": "smtp.ergonet.it", "port": "465", "username": "visite@openmed.cloud", "password": "<obscured-password>" }, "sslCert": "/etc/letsencrypt/live/<your-host-name>/fullchain.pem", "sslKey": "/etc/letsencrypt/live/<your-hostname-name>/privkey.pem" }
The AWS DEV VM is up already, we just need to configure it.
Updated
Use the https://openmed.cloud/ domain Install on AWS Cloud on the dedicated DEV VM.
Here's a draft of the
openmed.json
configuration file:The AWS DEV VM is up already, we just need to configure it.