Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
#70 update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Oct 26, 2020
1 parent 8ae373a commit d756c69
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions installation/install-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,18 +131,20 @@ yum install cortex

Once the package is installed, [install the analyzers](#analyzers-and-responders) as outlined in the next section and proceed to the configuration using the [Quick Start Guide](../admin/quick-start.md). For more advanced configuration options, please refer to the [Administration Guide](../admin/admin-guide.md).

---

### DEB

Debian packages are published on a our DEB packages repository. All packages are signed using our GPG key [562CBC1C](https://raw.githubusercontent.com/TheHive-Project/TheHive/master/PGP-PUBLIC-KEY). Its fingerprint is:

`0CD5 AC59 DE5C 5A8E 0EE1 3849 3D99 BB18 562C BC1C`

#### Release versions

---
The release repository contains packages for **Cortex 3.1.0+**.

---
#### Release versions

The release repository contains packages for **Cortex 3.1.0+**.

Setup apt configuration with the `release` repository:

Expand All @@ -158,12 +160,12 @@ Then you will able to install **Cortex 3.1.0+** the package using `apt` comman
apt install cortex
```

---

#### Stable versions

---
The main repository is a legacy repository and contains packages for **Cortex 3.1.0** that **does not support Elasticsearch version 7.x**, but version 6.x.

---
The main repository is a legacy repository and contains packages for **Cortex 3.1.0** that **does not support Elasticsearch version 7.x**, but version 6.x.

Setup apt configuration with the `main` repository:

Expand All @@ -179,6 +181,8 @@ Then you will able to install **Cortex 3.1.0+** package using `apt` command:
apt install cortex
```

---

#### Following beta versions

To follow beta versions of Cortex, use the following commands:
Expand All @@ -192,6 +196,8 @@ sudo apt-get install cortex

⚠️ **We do not recommend that configuration for production servers**

---

### Docker
To use the Docker image, you must use [Docker](https://www.docker.com/) (courtesy of Captain Obvious).

Expand Down

0 comments on commit d756c69

Please sign in to comment.