mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
0c679b788a
as well as some examples of useful related configuration (eg. backup).
1 KiB
1 KiB
layout | title | permalink | has_children | nav_order | has_toc |
---|---|---|---|---|---|
default | Install | /install | true | 3 | false |
Pre-requisites
- a Linux machine with root access (a VPS with 500MB of RAM and a cpu should be enough but do not use docker on a small machine 😜)
- a domain name or subdomain (eg. gancio.mydomain.org, subpath is not yet supported)
- optionally an SMTP server to deliver emails
Install
- [Install on Debian]({% link install/debian.md %})
- [Install on NixOS]({% link install/nixos.md %})
- [Install using Docker]({% link install/docker.md %})
- Install using YunoHost
Other methods
Post installation
- [Setup a backup]({% link install/backup.md %})
info "Info" If you wanna hack or run the current development release take a look at [Hacking & contribute]({% link dev/dev.md %}).