gancio/docs/install/install.md

23 lines
634 B
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-06-04 15:34:40 +02:00
## Install
2019-07-27 13:04:06 +02:00
2021-07-08 22:50:21 +02:00
You can install gancio on a cheap VPS (500mb of ram will be enough but docker is not suggested in small machine)
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-06-05 00:50:39 +02:00
- [Setup Nginx as a proxy]({% link install/nginx.md %})
- [Configuration]({% link install/configuration.md %})
- [Backup]({% link install/backup.md %})
2019-08-06 01:12:05 +02:00
2021-06-20 23:10:20 +02:00
If you wanna hack or run the current development release take a look at [Hacking & contribute]({% link dev/dev.md %})