From 115db79b3e22d7756a1b8ab8b32e280915113893 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 15 Feb 2023 11:01:49 +0100 Subject: [PATCH] feat: update download page, add vja and reword --- content/download/index.en.md | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/content/download/index.en.md b/content/download/index.en.md index 0ec88ad..6f8781d 100644 --- a/content/download/index.en.md +++ b/content/download/index.en.md @@ -15,32 +15,38 @@ If you find any bugs or other issues, please [report them](https://code.vikunja. Please also check out [the docs](https://vikunja.io/docs/installing/) for information about how to install Vikunja on your own server. -You can download Vikunja in various forms: +Every part of Vikunja is available as an unstable or release build. +Unstable builds contain the latest changes and features, but are experimental or may contain bugs. +[Check out this docs article](https://vikunja.io/docs/versions/) to learn more. -## Backend (API-Server) +## API-Server + +If you want to host Vikunja, you have to install this. You can get all api releases from [our download server](https://dl.vikunja.io/api/). -Unstable builds contain the latest changes and features, but may be experimental or contain bugs. - You can also [get the source code](https://code.vikunja.io/api) and compile it yourself. -Instructions on how to do this can be found in the repo. +Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/#api). The api is available as `.deb`, `.apk` (alpine) and `.rpm` package. Just look for the files in the respective release folder. -## Frontend (Javascript) +[A docker image](https://vikunja.io/docs/full-docker-example/) is available as well. + +## Frontend You can get all frontend releases from [our download server](https://dl.vikunja.io/frontend/). -You can also [get the source code](https://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found in the repo. +You can also [get the source code](https://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/#frontend). + +[A docker image](https://vikunja.io/docs/full-docker-example/) is available as well. ## Desktop apps -Starting with version 0.15.0, Vikunja's frontend is available as a standalone desktop app for linux and windows devices. -This means you can run it on your desktop without the need to install the frontend. +The frontend is available as standalone desktop app. +This allows to use Vikunja without installing a frontend. -To install it, simply go to [our download server](https://dl.vikunja.io/desktop) choose the latest version (`unstable` for nightly builds) and the right variant for your platform. +To install it, simply go to [our download server](https://dl.vikunja.io/desktop) choose the latest version and the right variant for your platform. ## Mobile apps @@ -50,4 +56,8 @@ We'll publish it to F-Droid and the Google Play Store once the app is feature co There are no resources to actively support iOS right now. However, you might be able to get it to work with the source code from [GitHub](https://github.com/go-vikunja/app). We're also always happy to accept pull requests. +## CLI app + +There is a third-party cli app, written in Python. +Please check out [the project's repository](https://gitlab.com/ce72/vja) for information on how to install and use it.