2019-07-27 13:04:06 +02:00
---
layout: default
title: Install
permalink: /install
has_children: true
2021-06-20 23:10:20 +02:00
nav_order: 3
2019-07-27 13:04:06 +02:00
has_toc: false
---
2021-10-19 17:06:25 +02:00
## Pre-requisites
- a Linux machine with < strong > root access</ strong > (a VPS with 500MB of RAM and a cpu should be enough but do not use docker on a small machine :stuck_out_tongue_winking_eye:)
- a domain name or subdomain (eg. gancio.mydomain.org, subpath are not supported)
2021-12-07 16:34:42 +01:00
- optionally an SMTP server to deliver emails
2019-07-27 13:04:06 +02:00
2021-10-19 17:06:25 +02:00
## Install
2021-06-20 23:10:20 +02:00
2021-06-05 00:50:39 +02:00
- [Install on Debian ]({% link install/debian.md %} )
- [Install using docker ]({% link install/docker.md %} )
2019-07-27 13:04:06 +02:00
2019-08-06 01:12:05 +02:00
### Post installation
2021-10-19 17:06:25 +02:00
- [Setup a backup ]({% link install/backup.md %} )
2019-08-06 01:12:05 +02:00
2021-10-19 17:06:25 +02:00
> info "Info"
> If you wanna hack or run the current development release take a look at [Hacking & contribute]({% link dev/dev.md %}).
>