From d18ab3fe754e05d56060aa9db650c13f2a2d2855 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Fri, 13 Jul 2018 15:15:26 +0200 Subject: [PATCH] added yunohost installation link #194 (#212) --- var/docs/installation.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/var/docs/installation.md b/var/docs/installation.md index 845f68ec..01e001e8 100644 --- a/var/docs/installation.md +++ b/var/docs/installation.md @@ -1,10 +1,18 @@ # Installation If you want to install Kimai v2 in your production environment and have SSH access, then switch to the official -installation instruction in our[README](https://github.com/kevinpapst/kimai2/blob/master/README.md). +installation instruction in our [README](https://github.com/kevinpapst/kimai2/blob/master/README.md). You need GIT and [Composer](https://getcomposer.org/doc/00-intro.md) on the machine where you want to install Kimai. +## Hosting & 1-click installations + +These platforms adopted Kimai 2 to be compatible with their one-click installation systems: + +[![Install kimai2 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=kimai2) + +Kimai 2 [package](https://github.com/YunoHost-Apps/kimai2_ynh) for [YunoHost](https://yunohost.org). + ## FTP installation If you have no SSH access to your server (e.g. when you use a shared hosting package) then you need to install Kimai locally and upload it afterwards.