From c4de808c4e68e70cca87f1aed0d8712e75458e65 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 15 Sep 2020 17:17:29 +0200 Subject: [PATCH] readme: link to install instructions from docs --- .bumpversion.cfg | 4 +--- README.md | 15 +-------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5249aaed3..0c9b51c9b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -10,13 +10,11 @@ tag_name = version/{new_version} [bumpversion:part:release] optional_value = stable first_value = beta -values = +values = alpha beta stable -[bumpversion:file:README.md] - [bumpversion:file:docs/installation/docker-compose.md] [bumpversion:file:docs/installation/kubernetes.md] diff --git a/README.md b/README.md index 4b169fa99..592a4cbdf 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,7 @@ passbook is an open-source Identity Provider focused on flexibility and versatil ## Installation -For small/test setups it is recommended to use docker-compose. - -``` -wget https://raw.githubusercontent.com/BeryJu/passbook/master/docker-compose.yml -# Optionally enable Error-reporting -# export PASSBOOK_ERROR_REPORTING=true -# Optionally deploy a different version -# export PASSBOOK_TAG=0.10.2-stable -# If this is a productive installation, set a different PostgreSQL Password -# export PG_PASS=$(pwgen 40 1) -docker-compose pull -docker-compose up -d -docker-compose run --rm server migrate -``` +For small/test setups it is recommended to use docker-compose, see the [documentation](https://passbook.beryju.org/installation/docker-compose/) For bigger setups, there is a Helm Chart in the `helm/` directory. This is documented [here](https://passbook.beryju.org//installation/kubernetes/)