readme: link to install instructions from docs
This commit is contained in:
parent
8c604d225b
commit
c4de808c4e
|
@ -15,8 +15,6 @@ values =
|
||||||
beta
|
beta
|
||||||
stable
|
stable
|
||||||
|
|
||||||
[bumpversion:file:README.md]
|
|
||||||
|
|
||||||
[bumpversion:file:docs/installation/docker-compose.md]
|
[bumpversion:file:docs/installation/docker-compose.md]
|
||||||
|
|
||||||
[bumpversion:file:docs/installation/kubernetes.md]
|
[bumpversion:file:docs/installation/kubernetes.md]
|
||||||
|
|
15
README.md
15
README.md
|
@ -13,20 +13,7 @@ passbook is an open-source Identity Provider focused on flexibility and versatil
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
For small/test setups it is recommended to use docker-compose.
|
For small/test setups it is recommended to use docker-compose, see the [documentation](https://passbook.beryju.org/installation/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 bigger setups, there is a Helm Chart in the `helm/` directory. This is documented [here](https://passbook.beryju.org//installation/kubernetes/)
|
For bigger setups, there is a Helm Chart in the `helm/` directory. This is documented [here](https://passbook.beryju.org//installation/kubernetes/)
|
||||||
|
|
||||||
|
|
Reference in a new issue