From 31bf2aa28229b807b7c02a79f1156458d1b18e8d Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 17 Oct 2018 13:02:59 +0200 Subject: [PATCH] added download instructions --- content/download/index.en.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/content/download/index.en.md b/content/download/index.en.md index 5b379da..58fb0db 100644 --- a/content/download/index.en.md +++ b/content/download/index.en.md @@ -9,4 +9,28 @@ menu: weight: 30 --- -# Downloads \ No newline at end of file +# Downloads + +Vikunja is currently Beta, if you find any bugs or other issues, please [report them](http://code.vikunja.io/api/issues). + +You can download Vikunja in various forms: + +## Backend (API-Server) + +Latest [Stable](https://storage.kolaente.de/minio/vikunja/0.2/) or [Current master](https://storage.kolaente.de/minio/vikunja/master/). Everytime a commit to master is made, the latest build gets updated. + +You can also [get the source code](http://code.vikunja.io/api) and compile it yourself. Instructions on how to do this can be found in the repo. + +## Frontend (Javascript) + +You can get all frontend version on [our minio server](https://storage.kolaente.de/minio/vikunja-frontend/). + +You can also [get the source code](http://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found in the repo. + +## Mobile apps + +We have [pre-built apks for Android](https://storage.kolaente.de/minio/vikunja-app/) which you can download and install on your device. We'll publish it to F-Droid and the Google Play Store. + +As the app is built with flutter, we'll have binaries for iOS once we figured out a good way to build these with our infrastructure. Due to restrictions in the iOS platform, you'll have to sign these yourself to install it on your apple device. We'll also publish these to the app store one day. + +You can also [get the source code](http://code.vikunja.io/app) and build it yourself (for both Android and iOS). Instructions on how to do this can be found in the repo.