# Complete Installation Guide: Documize Community on Ubuntu (with PostgreSQL)
+
# Documize Community on Ubuntu with PostgreSQL (Clean, Proven Setup)
-
This guide installs **Documize Community** on a fresh Ubuntu 20.04/22.04/24.04 server, sets up PostgreSQL, and runs Documize as a systemd service. It uses Documize’s official installation approach (single binary + config file). Latest release info is referenced from Documize’s site and GitHub.
+
This guide installs **Documize Community** on a fresh Ubuntu 20.04/22.04/24.04 server, sets up PostgreSQL correctly, and runs Documize as a **systemd** service.
+
It uses the current Documize distribution method (single Linux binary), avoids the buggy config-file path, and relies on flags/environment variables.
---
-
## 0) Basics & Assumptions
-
- You are on an **amd64/Intel** Ubuntu server with `sudo`.
-
- We will run Documize on **port 8080** and connect to a local PostgreSQL.
-
- Documize ships as a **single executable** (no installer). :contentReference[oaicite:1]{index=1}
+
## 0) Assumptions
+
+
- Ubuntu (amd64) with `sudo` access and Internet.
+
- Documize will listen on **port 8080** (you can later put it behind Traefik/Nginx).
- Configure mail (for notifications) and request a free activation key under Settings → Billing (the site’s “Get Started” pane explains the free tier). documize.com
+
## 8) Complete the setup wizard
+
Open:
+
`http://<server-ip>:8080/setup`
+
Fill in organization/admin details → Complete setup.
+
From now on you’ll use the normal login URL (the setup route is one-time).
-
- Put Documize behind NginxLet’s Encrypt and terminate TLS there. Back up PostgreSQL regularly (pg_dump/pg_dumpall).