From 19563d1dc8fbb18c6b6f4a6a885fadc28d159960 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 5 Nov 2018 10:27:08 +0100 Subject: [PATCH] add usage to the readme Signed-off-by: Felix Bartels --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 015a5a2..ed79dfd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# (unofficial) Kopano Docker Images + New instructions: - explain Makefile @@ -7,8 +9,20 @@ New instructions: Thie repository contains an example docker-compose.yml file that spins up a Kopano demo environment incl. pre filled ldap tree. Run `docker-compose build` to create the ldap image locally. After running `docker-compose up` you can login through phpldapadmin at http://localhost:8081/ with the the user `cn=admin,dc=kopano,dc=demo` with the password `kopano123`. +git clone https://github.com/fbartels/kopano-docker.git +cd kopano-docker +git checkout compose +make build-all +docker-compose build +docker-compose up -d +docker-compose exec kserver kopano-cli --list-users +docker-compose logs -f kserver +docker-compose down +sudo rm -rf data/ +docker-compose up -d +