Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install OpenMED in DEV enviroment #48

Open
niclaus76 opened this issue Dec 2, 2021 · 1 comment
Open

Install OpenMED in DEV enviroment #48

niclaus76 opened this issue Dec 2, 2021 · 1 comment
Assignees

Comments

@niclaus76
Copy link
Collaborator

niclaus76 commented Dec 2, 2021

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:

{
    "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": "[email protected]",
        "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.

@lucavenir lucavenir removed their assignment Dec 8, 2021
@lucavenir
Copy link
Collaborator

Updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants