gancio-upstream/docs/install/install.md

32 lines
1 KiB
Markdown
Raw Normal View History

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:)
2024-08-13 16:34:06 +02:00
- a domain name or subdomain (eg. gancio.mydomain.org, [subpath is not yet supported](https://framagit.org/les/gancio/-/issues/430))
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 on NixOS]({% link install/nixos.md %})
- [Install using Docker]({% link install/docker.md %})
- [Install using YunoHost](https://apps.yunohost.org/app/gancio)
2019-07-27 13:04:06 +02:00
## Other methods
- [Install with fly.io](https://rennerocha.com/posts/configuring-self-hosted-calendar-for-small-community/)
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 %}).
>