OHDSI Home | Forums | Wiki | Github

Trying to deploy ohdsi broadsea

Hi guys, I have downloaded OHDSI Broadsea in my local machine and its working fine. I am able to access the site at 127.0.0.1. My org has devs who would like to use OHDSI tech stack. Is there a way I could deploy the Broadsea thats running in an AWS instance as an URL thats accessible to the devs of my organization so that they do not need to clone the repo, install docker and do all that stuff? The end goal is for them to access the broadsea with just a simple URL click while the broadsea runs in a private EC2 instance.
Thank you.

You’re probably looking for https://github.com/OHDSI/OHDSI-in-a-Box.

@siva you can deploy Broadsea on the EC2 server and in the Broadsea .env file, set the BROADSEA_HOST environment variable to the server host DNS name or IP address.

t