Skip to content

Quick Installation

This guide walks you through installing Trust3 using Docker, the recommended deployment method for getting started quickly and easily.

Prerequisites

System Requirements

Requirement Specification
CPU 4+ cores
RAM 8+ GB
Disk 32 GB free space
OS Linux or macOS

Required Software

Software Version
Docker 20.10+ (Install)
Docker Compose 2.0+ (included with Docker Desktop)

Required API Keys

Provider Purpose
OpenAI For GPT models (Generate API Key)
Anthropic For Claude models (Generate API Key)
Docker Registry Contact Trust3 Support at support@trust3.ai for credentials

Setup

  1. Obtain Docker Compose File - Please contact Trust3 Support at support@trust3.ai to request Docker Compose file.

  2. Create .env file in installation directory:

    Bash
    ANTHROPIC_API_KEY=<your-anthropic-key>
    OPENAI_API_KEY=<your-openai-key>
    

  3. Authenticate with Docker Registry:

    Bash
    docker login hub2.privacera.com -u <username> -p "<password>"
    

  4. Start Trust3 Services:

    Bash
    docker-compose up -d
    

  5. Verify services are running:

    Bash
    docker-compose ps
    

  6. Access Trust3 Portal at http://localhost:9000

  7. Username: admin
  8. Password: welcome1

Next Steps