Google Sign-In Required

Use your company Google account to access the BetterFleet private content.

Back to private home

BetterFleet Support Private
Skip to content
BetterFleet Dev Wiki
Onboarding
Initializing search
    bf-dev
    • Home
    • Product Capabilities
    • Process
    • Current Work
    • System Design
    • Software Reference
    • Operations
    bf-dev
    • Home
      • Overview
      • Manage
      • Overview
      • Product Engineering Workflow
      • Product Engineering Delivery
      • Product Engineering Workflow in Linear
        • GitLab Feature Flags
        • In-App Docs Authoring
        • Release Notes
      • Templates
      • Publishing
      • Workflow Companions
      • Overview
      • Active Artifacts
      • Backlog Artifacts
      • Archived Artifacts
      • Overview
      • Microgrid
      • OSCP
        • Challenge
        • Specification
        • Spec
        • Architecture
        • Overview
        • Script Runtime Model
        • Compose Profiles and Modes
        • Repo Topology
        • CI and Release Integration
        • Overview
        • Internal Application Diagrams
          • Overview
          • Web Model
          • Core Model
        • Service Interaction Flows
        • Data and State
          • Index
          • bf-manage-web
          • bf-manage-core
          • bf-manage-connect
          • bf-manage-sitepwrmon
          • bf-manage-incidents
          • bf-telematics
          • bf-depot-sim
          • bf-manage-roaming
          • bf-support-microsite
          • bf-digital-twin
          • bf-schedule-creator
        • Overview
        • Internal Application Diagrams
        • Migration and Flags
        • Simulation Request Lifecycle
          • Index
          • bf-bnl-ui
          • bf-bnl-settings
          • bf-bnl-schedule-analysis-compute
          • bf-route-modelling
          • bf-schedule-creator
          • bf-digital-twin
        • Overview
        • Secrets and Env Strategy
        • Vendors and Local Dependencies
        • ADRs
        • Service Matrix
        • Cloud Dependencies
        • Ports and URLs
      • Onboarding
        • First-Time Setup
        • Bootstrap Path
        • Expected Outcomes
        • What Next
      • Daily Operations Runbook
        • Overview
        • Staging Hotfix Release
        • Production Hotfix Release
        • Terraform Plan Dry Runs
      • Troubleshooting
      • Testing Guide
    • First-Time Setup
    • Bootstrap Path
    • Expected Outcomes
    • What Next

    Onboarding Runbook¶

    First-Time Setup¶

    1. Install prerequisites: git, docker, op.
    2. Clone repository.
    3. Run ./init.
    4. Run ./up.
    5. Open UI URLs from startup output.

    Bootstrap Path¶

    flowchart LR
      Install[Install tools] --> Clone[Clone bf-dev]
      Clone --> Init[Run init]
      Init --> Up[Run up]
      Up --> Verify[Open local apps]

    Expected Outcomes¶

    • All repos listed in projects.txt are present
    • .env and per-service .env files generated
    • Compose stack starts in selected mode

    What Next¶

    Once your environment is running:

    1. Read the Process Handbook
    2. Read the Product Engineering Workflow
    3. Open the Active Artifacts for the work you are actually doing
    Made with Material for MkDocs