From 94a6a44f85a065954c269f527de0ced4861ac2d0 Mon Sep 17 00:00:00 2001 From: bucde Date: Tue, 14 Sep 2021 14:52:10 +0200 Subject: [PATCH] docs: update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d66ff40..e496091 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # docker_kimai +this repo deploys kimai in a docker container + +HINT: for this version you need a dedicated mysql database! (e.g. mariadb) + +how to use: +1. clone this repo via https to your server where you want to deploy kimai. +2. go in the folder, start the setup script and follow the instructions. +3. kimai should run now!