Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 4b96795

Browse files
committed
Deletes sample file
1 parent 4317a14 commit 4b96795

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/install/rpm.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,6 @@ Installing and running Open Distro for Elasticsearch from an RPM package is a mo
1313

1414
1. `sudo curl https://d3g5vo6xdbdb9a.cloudfront.net/yum/opendistroforelasticsearch-artifacts.repo -o opendistroforelasticsearch-artifacts.repo`
1515

16-
You can also create the file manually. It looks like this:
17-
18-
```
19-
[elasticsearch-6.x]
20-
name=Elasticsearch repository for 6.x packages
21-
baseurl=https://artifacts.elastic.co/packages/oss-6.x/yum
22-
gpgcheck=1
23-
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
24-
enabled=1
25-
autorefresh=1
26-
type=rpm-md
27-
28-
[opendistroforelasticsearch-artifacts-repo]
29-
name=Release RPM artifacts of OpenDistroForElasticsearch
30-
baseurl=https://d3g5vo6xdbdb9a.cloudfront.net/yum/noarch/
31-
enabled=1
32-
gpgkey=https://d3g5vo6xdbdb9a.cloudfront.net/GPG-KEY-opendistroforelasticsearch
33-
gpgcheck=1
34-
repo_gpgcheck=1
35-
autorefresh=1
36-
type=rpm-md
37-
```
38-
3916
1. Open Distro for Elasticseach requires the full Java Development Kit (JDK), not just the Java Runtime Environment (JRE). If you don't have the JDK installed, install either version 8 or version 11:
4017

4118
```bash

0 commit comments

Comments
 (0)