diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index bef8212009..0000000000 --- a/docs/README.md +++ /dev/null @@ -1,37 +0,0 @@ -TheHive is a scalable 3-in-1 open source and free security incident response platform designed to make life easier for SOCs, CSIRTs, CERTs and any information security practitioner dealing with security incidents that need to be investigated and acted upon swiftly. - -## Hardware Pre-requisites - -TheHive uses ElasticSearch to store data. Both software use a Java VM. We recommend using a virtual machine with 8vCPU, 8 -GB of RAM and 60 GB of disk. You can also use a physical machine with similar specifications. - -## What's New? - -- [Changelog](/CHANGELOG.md) -- [Migration guide](migration-guide.md) - -## Installation Guides - -TheHive can be installed using: -- An [RPM package](installation/rpm-guide.md) -- A [DEB package](installation/deb-guide.md) -- [Docker](installation/docker-guide.md) -- [Binary](installation/binary-guide.md) -- [Ansible script](https://github.com/drewstinnett/ansible-thehive) contributed by -[@drewstinnett](https://github.com/drewstinnett) - -TheHive can also be [built from sources](installation/build-guide.md). - -## Administration Guides - -- [Administrator's guide](admin/admin-guide.md) -- [Configuration guide](admin/configuration.md) -- [Updating](admin/updating.md) -- [Backup & Restore](admin/backup-restore.md) - -## Developer Guides - -- [API documentation](api/README.md) - -## Other -- [FAQ](FAQ.md) diff --git a/docs/installation/rpm-guide.md b/docs/installation/rpm-guide.md deleted file mode 100644 index f701a2a9a6..0000000000 --- a/docs/installation/rpm-guide.md +++ /dev/null @@ -1,19 +0,0 @@ -# Installing TheHive Using an RPM Package - -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: - -```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's repository in `/etc/yum.repos.d/thehive-rpm.repo` and the GPG public key `in -/etc/pki/rpm-gpg/GPG-TheHive-Project`. - -Once done, you will able to install TheHive package using yum: -``` -yum install thehive -``` - -One installed, you should [install ElasticSearch](elasticsearch-guide.md) and [configure TheHive](../admin/configuration.md). diff --git a/ui/app/views/components/header.component.html b/ui/app/views/components/header.component.html index 329e22815f..9f94a063bf 100644 --- a/ui/app/views/components/header.component.html +++ b/ui/app/views/components/header.component.html @@ -154,9 +154,6 @@ Personal settings
  • -
  • - Help -
  • About TheHive
  • diff --git a/ui/bower.json b/ui/bower.json index 0f31d65f40..23723503f9 100644 --- a/ui/bower.json +++ b/ui/bower.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "2.13.2", + "version": "3.0.0", "license": "AGPL-3.0", "dependencies": { "angular": "1.5.8", diff --git a/ui/package.json b/ui/package.json index a97bef2981..c5ea29e93a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "2.13.2", + "version": "3.0.0", "license": "AGPL-3.0", "repository": { "type": "git",