Skip to content

Commit

Permalink
Better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
saadkadhi authored May 14, 2017
1 parent 0c33e80 commit b085f28
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions docs/installation/rpm-guide.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Installation of TheHive using RPM package
# Installing TheHive Using an RPM Package

RPM packages are published on Bintray repository. All packages are signed using the key [562CBC1C](/PGP-PUBLIC-KEY)
(fingerprint: 0CD5 AC59 DE5C 5A8E 0EE1 3849 3D99 BB18 562C BC1C)
TheHive's RPM packages are published on our Bintray repository. All packages are PGP signed using the key which ID is [562CBC1C](/PGP-PUBLIC-KEY). The key's fingerprint is:

First install rpm release package:
```0CD5 AC59 DE5C 5A8E 0EE1 3849 3D99 BB18 562C BC1C```

To intall TheHive from an RPM package, you'll need to begin by installing the RPM release package using the following command:
```
yum install install https://dl.bintray.com/cert-bdf/rpm/thehive-project-release-1.0.0-3.noarch.rpm
```
This will install TheHive Project repository (in /etc/yum.repos.d/thehive-rpm.repo) and the GPG public key (in
/etc/pki/rpm-gpg/GPG-TheHive-Project).
This will install TheHive Project's repository in `/etc/yum.repos.d/thehive-rpm.repo` and the GPG public key `in
/etc/pki/rpm-gpg/GPG-TheHive-Project`.

Then you will able to install TheHive package using yum
Once done, you will able to install TheHive package using yum:
```
yum install thehive
```

After package installation, you should install ElasticSearch
(see [ElasticSearch installation guide](elasticsearch-guide.md)) and configure TheHive
(see [configuration guide](../admin/configuration.md))
One installed, you should [install ElasticSearch](elasticsearch-guide.md) and [configure TheHive](../admin/configuration.md).

0 comments on commit b085f28

Please sign in to comment.