Installation

To perform a fresh installation of the Threatrix Hybrid platform, make sure you have satisfied all the requirements identified in the Getting Started section. Please follow the steps below:

Download and Run the Installer

$ mkdir threatrix-software
$ cd threarirx-software
$ wget https://raw.githubusercontent.com/threatrix/hybrid/master/install
$ chmod +x ./install

Login to Dockerhub

sudo docker login -u {USERNAME}

Usage

$ ./install -h

      Welcome to Threatrix Hybrid Install

         Fri Aug 11 19:28:45 UTC 2023


 Usage:  install -h -u <ux tag> -a <app tag> -d <db tag>
 -h :  Help
 -u <ux tag>:  Version of the UX image you want to upgrade to. Default is latest
 -a <app tag>:  Version of the APP image you want to upgrade to. Default is latest
 -d <db tag>:  Version of the DB image you want to upgrade to. Default is latest
 -p <port number>:  Port number which threatrix applcation can use. Default is 80

Run the Installer

Now you are ready to take Threatrix for a test drive!

Last updated

Was this helpful?