diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-04-06 10:42:23 +0200 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-04-06 10:42:23 +0200 |
commit | 01a5f839c58d89be802e162280bd02c577bdec89 (patch) | |
tree | 8655b5bc8221f4dd0e1086c5d6dd1b8c97c0abc8 /docs/installation | |
parent | 918c406a914d49b15beb3611e1c780d0e0d253cd (diff) | |
parent | 987f44d81142e11b008659f3fbdf9baf69a1e9d8 (diff) | |
download | pleroma-01a5f839c58d89be802e162280bd02c577bdec89.tar.gz pleroma-01a5f839c58d89be802e162280bd02c577bdec89.zip |
Merge remote-tracking branch 'origin/develop' into instance_rules
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/debian_based_jp.md | 4 | ||||
-rw-r--r-- | docs/installation/generic_dependencies.include | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md index 1424ad7f4..b6b5c9c07 100644 --- a/docs/installation/debian_based_jp.md +++ b/docs/installation/debian_based_jp.md @@ -12,8 +12,8 @@ Note: This article is potentially outdated because at this time we may not have ### 必要なソフトウェア -- PostgreSQL 9.6以上 (Ubuntu16.04では9.5しか提供されていないので,[](https://www.postgresql.org/download/linux/ubuntu/)こちらから新しいバージョンを入手してください) -- `postgresql-contrib` 9.6以上 (同上) +- PostgreSQL 11.0以上 (Ubuntu16.04では9.5しか提供されていないので,[](https://www.postgresql.org/download/linux/ubuntu/)こちらから新しいバージョンを入手してください) +- `postgresql-contrib` 11.0以上 (同上) - Elixir 1.8 以上 ([Debianのリポジトリからインストールしないこと!!! ここからインストールすること!](https://elixir-lang.org/install.html#unix-and-unix-like)。または [asdf](https://github.com/asdf-vm/asdf) をpleromaユーザーでインストールしてください) - `erlang-dev` - `erlang-nox` diff --git a/docs/installation/generic_dependencies.include b/docs/installation/generic_dependencies.include index aebf21e7c..6572716ed 100644 --- a/docs/installation/generic_dependencies.include +++ b/docs/installation/generic_dependencies.include @@ -1,6 +1,6 @@ ## Required dependencies -* PostgreSQL >=9.6 +* PostgreSQL >=11.0 * Elixir >=1.11.0 <1.15 * Erlang OTP >=22.2.0 (supported: <27) * git |