Overview of Indico production installation guides
masterIndico provides official installation guides for single-machine production setups on Alma/Rocky Linux and Debian/Ubuntu systems.
In these recommended single-machine configurations, the following components run on the same host:
- Indico (the core application)
- Celery (task queue)
- Redis (message broker/cache)
- PostgreSQL (database)
While other Linux distributions are not officially supported, they are expected to work, though you may need to adjust package names and installation steps. The single-machine architecture can be adapted for multi-machine deployments if necessary.