From 4b0f3b594501ca7416fac700214cb1687f8ba971 Mon Sep 17 00:00:00 2001 From: CptPie Date: Mon, 11 Feb 2019 15:31:53 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b245aff..e8cd136 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Strichliste -This is a already set up ready to go docker container for the strichliste service (https://github.com/strichliste/server). +This is a already set up, ready to go docker container for the strichliste service (https://www.strichliste.org/). +The container uses the strichliste-backend (https://github.com/strichliste/strichliste-backend) and strichliste-web-frontend (https://github.com/strichliste/strichliste-web-frontend) repositories. The Dockerfile as well as the configuration files are taken/based on the docker branch of sti-ip (https://github.com/stp-ip/server). From 35ef7188d5458e798063969fc82526601cf4209e Mon Sep 17 00:00:00 2001 From: CptPie Date: Mon, 11 Feb 2019 15:37:09 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8cd136..cd234a1 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,14 @@ The Dockerfile as well as the configuration files are taken/based on the docker This repository was created to be cloned and run with only minimal configuration needed. To get started you simply clone this repository, -```https://github.com/strichliste/strichliste-docker.git``` +```git clone https://github.com/strichliste/strichliste-docker.git``` -go into the strichliste directory and execute: +go into the strichliste directory and execute ```docker-compose up -d``` +to start the container. + +If you migrate from an older version of this repository you might need to rebuild the container to be able to use the new features: +```docker-compose up --build -d``` This creates a docker container based on alpine linux which contains the sourcefiles of https://github.com/strichliste/server. As default the service is running on localhost:8080 From ed7b9fc6ddca6dc2487a093b6f8ec0ff85349b1e Mon Sep 17 00:00:00 2001 From: Christopher Schirner Date: Mon, 11 Feb 2019 20:34:32 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd234a1..aac8e84 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Strichliste +# Strichliste (WIP) + +**Attention**: Don't use this yet. This docker container still uses the deprecated sqlite which will lead to errors when using the split invoice function. + This is a already set up, ready to go docker container for the strichliste service (https://www.strichliste.org/). The container uses the strichliste-backend (https://github.com/strichliste/strichliste-backend) and strichliste-web-frontend (https://github.com/strichliste/strichliste-web-frontend) repositories.