Skip to content

rapidfort/platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab86093 · Oct 24, 2024

History

25 Commits
May 20, 2024
May 20, 2024
May 20, 2024
Oct 16, 2024
Oct 16, 2024
Oct 23, 2024
May 20, 2024
Oct 24, 2024
May 20, 2024
Jun 18, 2024

Repository files navigation

RapidFort Platform Installation Guide

  1. Launch Debian 12 EC2 instance, 8 cores, 16GB RAM, 512GB disk, internet access
  2. Bootstrap VM
    sudo su -
    apt update
    apt install git -y
    git clone https://github.com/rapidfort/platform
    cd platform
    ./install_dependencies.sh
    
  3. Create secret.yaml (contents provided by RapidFort)
  4. Create user.yaml (contents provided by RapidFort)
  5. Create image.yaml (contents provided by RapidFort)
  6. Deploy Platform
    ./deploy_platform.sh
    watch kubectl get pods
    
  7. Create Admin User
    ./bootstrap_admin_user.sh "<Company Name>"
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages