Can indico coexist with gunicorn?

Hello.

I’d like to ask a simple question as a newbie administrator.

My understanding is that indico uses either Apache or nginx, and indico does not require gunicorn.

On the other hand, a gunicorn-dependent-app such as Django is popular nowadays, and I’d like to know if indico and Django can interfere each other when they are installed in the same device.

Regards,
Doris

Yes sure, you can run other things on the same machine. Just use separate subdomains etc and install the dependencies in a separate virtualenv to avoid any conflicts between versions.

1 Like

Thank you!