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

Deployment

ewoiset edited this page Oct 11, 2023 · 31 revisions

Installation

Manual installation

wget https://github.com/ait-cs-IaaS/Taranis-NG/releases/download/bmi_poc/BMI_POC.tar.gz
tar xf BMI_POC.tar.gz
cd BMI_POC

Alternatively: clone via git (for latest version on awake branch)

git clone https://github.com/ait-cs-IaaS/Taranis-NG.git
cd Taranis-NG/docker/

Configuration

Copy env.sample to .env

cp env.sample .env

Open file .env and change port if needed:

vim .env
TARANIS_NG_PORT=8080

Startup & Usage

Start-up application

docker-compose up -d

Use the application

http://<url>:<TARANIS_NG_PORT>/login

Initial Setup 👤

  1. Open http://<url>:<TARANIS_NG_PORT>/config/collectors/sources and click [Import] to import json-file with sources (see below)
  2. Go to http://<url>:<TARANIS_NG_PORT>/config/nodes and trigger workers
  3. Use the application as described in the documentation: Functionalities

OSINT Sources examples: image

Example RSS Sources:

https://github.com/ait-cs-IaaS/Taranis-NG/blob/awake/src/core/tests/functional/osint_sources_test_data_v1.json

https://github.com/ait-cs-IaaS/Taranis-NG/blob/awake/src/core/tests/functional/osint_sources_test_data_v2.json

Clone this wiki locally