diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-22 08:36:36 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-22 08:36:36 +0300 |
commit | 177faf15c24453fc67bb5bedc6189055e686e2a3 (patch) | |
tree | 77636a4dc69b0351cb4b272360a52181d741f474 /docs/installation | |
parent | 50e3cf9d5e4c957f4a979bbeed29787209bdfa13 (diff) | |
download | pleroma-177faf15c24453fc67bb5bedc6189055e686e2a3.tar.gz |
Correct dependencies for RUM on alpine and remove installcheck
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/releases_en.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md index 9c108c4ff..ce46d0d29 100644 --- a/docs/installation/releases_en.md +++ b/docs/installation/releases_en.md @@ -49,12 +49,11 @@ apt install postgresql-11-rum ``` Alpine: ```sh -apk add gcc make +apk add gcc make git postgresql-dev musl-dev git clone https://github.com/postgrespro/rum /tmp/rum cd /tmp/rum make USE_PGXS=1 make USE_PGXS=1 install -make USE_PGXS=1 installcheck cd rm -r /tmp/rum ``` |