LivePublication / orchestration_server

An orchestration server which executes globus flows and collates orchestration crates
0 stars 0 forks source link

Orchestration webserver #1

Open NelisDrost opened 10 months ago

NelisDrost commented 10 months ago

@GusEllerm:

@NelisDrost:

NelisDrost commented 10 months ago

I've set up nginx, mostly as an example. In it's current configuration, the server isn't publicly visible, except via SSH. If we opened port 5000, then gunicorn would be visible, and the API accessible, if we open port 80, the nginx would be visible, and the server open on HTTP.

LetsEncrypt/SSL/HTTPS can't be setup without opening ports first, so I'm not completing that for now.