From eec53e8a5451143eefc53c861a26e601aed3e636 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 11 Feb 2024 15:56:34 +0100 Subject: [PATCH] docs: mention installation of rpm packages --- docs/content/doc/setup/install.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/content/doc/setup/install.md b/docs/content/doc/setup/install.md index a41c60b1d..eda57b58d 100644 --- a/docs/content/doc/setup/install.md +++ b/docs/content/doc/setup/install.md @@ -29,10 +29,11 @@ You can also: Vikunja can be installed in various ways. This document provides an overview and instructions for the different methods: -* [Installing from binary](#install-from-binary) +* [Installing from binary (manual)](#install-from-binary) * [Build from source]({{< ref "build-from-source.md">}}) * [Docker](#docker) -* [Debian packages](#debian-packages) +* [Debian](#debian-packages) +* [RPM](#rpm) * [FreeBSD](#freebsd--freenas) * [Kubernetes]({{< ref "k8s.md" >}}) @@ -175,7 +176,7 @@ Check out the [docker examples]({{}}) for more adv ## Debian packages -Vikunja is available as debian packages. +Vikunja is available as deb package for installation on debian-like systems. To install these, grab a `.deb` file from [the download page](https://dl.vikunja.io/vikunja) and run @@ -186,6 +187,18 @@ dpkg -i vikunja.deb This will install Vikunja to `/opt/vikunja`. To configure it, use the config file in `/etc/vikunja/config.yml`. +## RPM + +Vikunja is available as rpm package for installation on Fedora, CentOS and others. + +To install these, grab a `.rpm` file from [the download page](https://dl.vikunja.io/vikunja) and run + +``` +rpm -i vikunja.rpm +``` + +To configure Vikunja, use the config file in `/etc/vikunja/config.yml`. + ## FreeBSD / FreeNAS Unfortunately, we currently can't provide pre-built binaries for FreeBSD.