diff --git a/installation/install-guide.md b/installation/install-guide.md index 1629599..5eb53a4 100644 --- a/installation/install-guide.md +++ b/installation/install-guide.md @@ -48,13 +48,12 @@ Run the following command to import the GPG key : sudo rpm --import https://raw.githubusercontent.com/TheHive-Project/TheHive/master/PGP-PUBLIC-KEY ``` +--- + #### Release versions ---- The release repository contains packages for **TheHive 3.5.0+** and **TheHive 4.0.0+** ---- - Setup your system to connect the RPM repository. Create and edit the file `/etc/yum.repos.d/thehive-project.repo`: ```bash @@ -78,14 +77,12 @@ or install **TheHive 4.0.0+**: yum install thehive4 ``` -#### Stable versions (or legacy versions) +--- +#### Stable versions (or legacy versions) ---- The main repository is a legacy repository and contains packages for **TheHive 3.4.3** that **does not support Elasticsearch version 7.x**, but version 6.x. ---- - Setup your system to connect the RPM repository. Create and edit the file `/etc/yum.repos.d/thehive-project.repo`: ```bash @@ -103,6 +100,8 @@ Then you will able to install **TheHive 3.4.3** package using `yum`: yum install thehive ``` +--- + #### Following beta versions To follow beta versions of TheHive, use the following setup: @@ -134,19 +133,19 @@ yum install thehive4 Once the package is installed, proceed to the configuration using the [Configuration Guide](../admin/configuration.md). For additional 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 **TheHive 3.5.0+** and **TheHive 4.0.0+** ---- - Setup apt configuration with the `release` repository: ```bash @@ -167,14 +166,12 @@ or install **TheHive 4.0.0+**: apt install thehive4 ``` +--- #### Stable versions (or legacy versions) ---- The main repository is a legacy repository and contains packages for **TheHive 3.4.3** that **does not support Elasticsearch version 7.x**, but version 6.x. ---- - Setup apt configuration with the `main` repository: ```bash @@ -189,8 +186,9 @@ Then you will able to install **TheHive 3.4.3** package using `apt` command: apt install thehive ``` +--- -#### Following beta versions +#### Beta versions To follow beta versions of TheHive, use the following commands: @@ -203,6 +201,8 @@ sudo apt-get install thehive ⚠️ **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).