This guide installs Automatisch using Docker Compose from the official repository.
For Docker installation, see Docker.
Use Git to fetch the Automatisch repository.
git clone https://github.com/automatisch/automatisch.git
cd automatisch
Run the Docker Compose stack provided by the project.
docker compose up -d
Open http://YOUR-SERVER:3000 and complete the initial setup in the web UI.
Pull changes and restart the stack when updating:
git pull
docker compose pull
docker compose up -d
See Automatisch Configuration for configuration guidance.
See Automatisch Security for hardening guidance.
Prefer automation? See Automatisch Ansible Setup for an example playbook.
Prefer a Docker-focused walkthrough? See Automatisch Docker Setup.
Setting up Automatisch can be complex. We offer consulting services for:
Contact us at office@linux-server-admin.com or visit our contact page.