Skip to content

Build sources

Installing and running from sources#

Dependencies#

System packages#

apt-get install apt-transport-https

NPM#

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash

Bower and Grunt#

nvm install --lts
npm install -g bower grunt

Build#

  • The backend
cd /opt
git clone https://github.com/TheHive-Project/TheHive.git
cd TheHive
git checkout scalligraph
git submodule init
git submodule update
./sbt stage
  • The UI
cd /opt/TheHive/frontend
npm install
bower install
grunt build

Last update: March 2, 2021 11:39:03