Installation Guide¶
Euro-Office Document Server can be installed in several ways depending on your environment and requirements.
Supported platforms¶
| Platform | Version | Package |
|---|---|---|
| Ubuntu | 24.04 LTS | .deb |
| Debian | 12 (Bookworm) | .deb |
| Fedora | 41+ (tested on 44) | .rpm |
| Docker | — | Container image |
Choose your installation method¶
-
Ubuntu (deb)
Install from a
.debpackage on Ubuntu 24.04 LTS. Suitable for bare-metal and VMs. -
Docker
Run the official container image. Quickest way to get started.
-
Debian (deb)
Install from a
.debpackage on Debian 12 (Bookworm). -
Fedora (rpm)
Install from an
.rpmpackage on Fedora 41+. Tested on Fedora 44.
Verify your installation¶
Once installed, use the built-in example app to confirm the editor works end-to-end in a browser.
Running behind a reverse proxy¶
For production deployments you typically place the document server behind a reverse proxy that terminates TLS and forwards requests to it. The document-server-proxy project provides a ready-made reverse proxy setup you can use as a starting point.
Which method should I use?¶
| Docker | Ubuntu (deb) | Debian (deb) | Fedora (rpm) | |
|---|---|---|---|---|
| Recommended for production | Yes | Yes | Yes | |
| Easiest to update | Yes | |||
| Full OS control | Yes | Yes | Yes | |
| Nextcloud integration | Yes | Yes | Yes | Yes |