Threatrix Documentation
Threatrix
  • Getting Started
  • Developer Quick Start
  • SecureShip
    • Artifactory Scanning
    • ThreatAgent Scanning
  • Threat Center
    • Creating Account
      • OAuth Login
    • Entity Dashboard
    • User Profile
  • AICertify
    • Reviewing Results
  • codecertify
    • Quick Start
    • Project Summary Tab
    • Components Tab
      • Custom Components
        • Adding
        • Editing
        • Important Notes
      • Header Panel
      • Module Tree Panel
      • Results Panel
        • Card View
        • Risk Graph View
      • Audit History
    • Assets Tab
      • Custom Asset Matches
        • Adding Asset Match
  • securecore
    • Project Dashboard
    • ThreatScan
    • Scan Results
  • Threat Agent
    • Threat Agent Overview
    • Threat Agent - Installation & Scanning
    • Scan Summary Reports
    • Resolving Errors
    • Scanning Container Images
  • Integrations
    • Dependency Managers
      • RENV
    • Build Integrations
      • AWS CodeBuild
      • Azure DevOps
      • Bitbucket Pipeline
      • CircleCI
      • GitHub Action
      • GitLab Pipeline
      • Jenkins Pipeline
    • SCM Integrations
      • GitLab
      • Bitbucket
    • Issue Management
      • Jira
    • Notifications
  • Policy Management
    • Policy Overview
    • Creating Policies
    • Policy Conditions
    • Policy Actions
    • Policy Scopes
  • Administration
    • User Management
    • Organization Settings
      • Organization Knowledge Base
      • Integration
        • Slack Integration
        • Jira Integration
        • Service Keys
    • RBAC
    • Entity Management
    • Okta
      • Okta Org2Org Integration
  • GraphQL API
    • API Overview
  • Resources
    • Dependency Managers
      • PIP
    • Dictionary
    • Licenses
    • Security & Privacy
    • Binary File Support
  • Hybrid / On Premise
    • Getting Started
    • Installation
    • Upgrade
    • Setup
    • Cloud Data Disclosure
    • Troubleshooting
Powered by GitBook
On this page

Was this helpful?

  1. Hybrid / On Premise

Installation

PreviousGetting StartedNextUpgrade

Last updated 11 months ago

Was this helpful?

To perform a fresh installation of the Threatrix Hybrid platform, make sure you have satisfied all the requirements identified in the 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

$ ./install


      Welcome to Threatrix Hybrid Install

         Fri Aug 11 17:59:55 UTC 2023



 Installing the following components in your Hybrid Envirnment:

  Threat Center:  latest
  APP          :  latest
  DB           :  latest
  Rabbit MQ    :  rabbitmq:3


 Do you want to continue? ( y  or  n ) y

 Proceeding with install...

 Downloading Containers....
 Threatrix Network exists!
 Starting containers....
 Waiting for database to initialize....
 Creating schemas....
 Starting Threatrix Components....

 Installed the following versions of Threatrix components in your Hybrid Envirnment:

  Threat Center:  23.08.11.1
  APP          :  23.08.11.1

 Use the following URL to access Threat Center:  http://hybrid-upgrade.us-central1-a.c.core-247502.internal:80/



      Threatrix Hybrid installation complete!

         Fri Aug 11 18:05:04 UTC 2023

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

Getting Started