SOGo 6 Starting
|
SOGo 6 is still in alpha and is not suitable for production yet. |
Introduction
SOGo 6 has been made with orchestration in mind. Meaning it’s best used with containerization. However, you’ll still be able to install SOGo and use it directly in a virtual machine or server.
Requirements
|
Requirements ought to be updated |
SOGo 6 is split in half. One part for the UI/Frontend, one part for the API server/Backend.
Backend requirements
All the backends run on Python >= 3.10. As long as you can install it in your OS or image you’re good to go.
There are also some additional C libraries needed
-
https://www.openldap.org/ (e.g. libldap2-dev libsasl2-dev with Ubuntu)
-
libpq C library for PostgreSQL (e.g. libpq5 with Ubuntu)