diff options
author | feld <feld@feld.me> | 2024-09-19 20:23:17 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2024-09-19 20:23:17 +0000 |
commit | 7c37fc6a71100fab4849df5537abfc4306a4f0f9 (patch) | |
tree | 2b52216d964852635dea82afe7a87f886768d41b /docs/installation | |
parent | 63582949436c9db9c97e7269ed2124d9f649a6ef (diff) | |
parent | 1bd28e7d592b429c5eee072db8d1f2ae77d76e29 (diff) | |
download | pleroma-7c37fc6a71100fab4849df5537abfc4306a4f0f9.tar.gz pleroma-7c37fc6a71100fab4849df5537abfc4306a4f0f9.zip |
Merge branch 'elixir-1.14' into 'develop'
Elixir 1.14
See merge request pleroma/pleroma!4272
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/debian_based_jp.md | 2 | ||||
-rw-r--r-- | docs/installation/generic_dependencies.include | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md index 5a0823a63..0817934ff 100644 --- a/docs/installation/debian_based_jp.md +++ b/docs/installation/debian_based_jp.md @@ -14,7 +14,7 @@ Note: This article is potentially outdated because at this time we may not have - PostgreSQL 11.0以上 (Ubuntu16.04では9.5しか提供されていないので,[](https://www.postgresql.org/download/linux/ubuntu/)こちらから新しいバージョンを入手してください) - `postgresql-contrib` 11.0以上 (同上) -- Elixir 1.13 以上 ([Debianのリポジトリからインストールしないこと!!! ここからインストールすること!](https://elixir-lang.org/install.html#unix-and-unix-like)。または [asdf](https://github.com/asdf-vm/asdf) をpleromaユーザーでインストールしてください) +- Elixir 1.14 以上 ([Debianのリポジトリからインストールしないこと!!! ここからインストールすること!](https://elixir-lang.org/install.html#unix-and-unix-like)。または [asdf](https://github.com/asdf-vm/asdf) をpleromaユーザーでインストールしてください) - `erlang-dev` - `erlang-nox` - `git` diff --git a/docs/installation/generic_dependencies.include b/docs/installation/generic_dependencies.include index bdb7f94d3..9f07f62c6 100644 --- a/docs/installation/generic_dependencies.include +++ b/docs/installation/generic_dependencies.include @@ -1,8 +1,8 @@ ## Required dependencies * PostgreSQL >=11.0 -* Elixir >=1.13.0 <1.17 -* Erlang OTP >=22.2.0 (supported: <27) +* Elixir >=1.14.0 <1.17 +* Erlang OTP >=23.0.0 (supported: <27) * git * file / libmagic * gcc or clang |