Remove installation of OpenJDK (#1597)
ElasticSearch is bundled with its own version of OpenJDK. Using a standalone JDK is not necessary or recommended.
This commit is contained in:
parent
e0a1b3366f
commit
a21d5807f5
1 changed files with 0 additions and 6 deletions
|
@ -27,12 +27,6 @@ It deliberately does not allow searching for arbitrary strings in the entire dat
|
|||
Mastodon is tested with Elasticsearch version 7. It should support OpenSearch, as well as Elasticsearch versions 6 and 8, but those setups are not officially supported.
|
||||
{{< /hint >}}
|
||||
|
||||
Elasticsearch requires a Java runtime. If you don’t have Java already installed, do it now. Assuming you are logged in as `root`:
|
||||
|
||||
```bash
|
||||
apt install openjdk-17-jre-headless
|
||||
```
|
||||
|
||||
Add the official Elasticsearch repository to apt:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue