vikunja-api/docs/content/doc/setup/install.md

1.9 KiB

date title draft type menu
2019-02-12:00:00+02:00 Installing false doc
sidebar
parent weight
setup 10

Installing

Vikunja consists of two parts: Backend and frontend. While the backend is required, the frontend is not. You don't neccesarily need to have a web-frontend, using Vikunja via the mobile app is totally fine.

However, using the web frontend is highly reccommended.

Vikunja can be installed in various forms. This document provides an overview and instructions for the different methods.

  • [Backend]({{< ref "install-backend.md">}})
    • [Installing from binary]({{< ref "install-backend.md#install-from-binary">}})
      • [Verify the GPG signature]({{< ref "install-backend.md#verify-the-gpg-signature">}})
      • [Set it up]({{< ref "install-backend.md#set-it-up">}})
      • [Systemd service]({{< ref "install-backend.md#systemd-service">}})
      • [Updating]({{< ref "install-backend.md#updating">}})
      • [Build from source]({{< ref "install-backend.md#build-from-source">}})
    • [Docker]({{< ref "install-backend.md#docker">}})
    • [Debian packages]({{< ref "install-backend.md#debian-packages">}})
    • [Configuration]({{< ref "config.md">}})
    • [UTF-8 Settings]({{< ref "utf-8.md">}})
  • [Frontend]({{< ref "install-frontend.md">}})
    • [Docker]({{< ref "install-frontend.md#docker">}})
    • [NGINX]({{< ref "install-frontend.md#nginx">}})
    • [Apache]({{< ref "install-frontend.md#apache">}})
    • [Updating]({{< ref "install-frontend.md#updating">}})
  • [Reverse proxies]({{< ref "reverse-proxies.md">}})
  • [Full docker example]({{< ref "full-docker-example.md">}})
  • [Backups]({{< ref "backups.md">}})

Installation on kubernetes

A third-party Helm Chart is available from the k8s-at-home project here.