mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
25 lines
749 B
Markdown
25 lines
749 B
Markdown
---
|
|
layout: default
|
|
title: Install
|
|
permalink: /install
|
|
has_children: true
|
|
nav_order: 3
|
|
has_toc: false
|
|
---
|
|
## 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)
|
|
- an SMTP server to deliver emails
|
|
|
|
## Install
|
|
|
|
- [Install on Debian]({% link install/debian.md %})
|
|
- [Install using docker]({% link install/docker.md %})
|
|
|
|
### 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 %}).
|
|
>
|