Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 927 Bytes

File metadata and controls

33 lines (23 loc) · 927 Bytes

BringAuto Fleet Test deploy

Prerequisites

  • docker >= 20.10 (for Windows link here)
  • docker-compose >= 1.29
  • python3 >= 3.9
  • pip3
  • git (for Windows link here - during installation, configure line ending conversions checkout as-is, commit as-is)

Run BringAuto Etna (v1.2.1)

  • git clone https://github.com/bringauto/etna.git
  • cd etna
  • docker-compose --profile=without-fleet up

Build BringAuto Fleet App

  • git clone https://github.com/bringauto/fleet.git
  • cd fleet
  • docker-compose build
  • docker-compose up

Initialize Test Database

  • git clone https://github.com/bringauto/fleet-init.git
  • cd fleet-init
  • pip3 install -r requirements.txt
  • python main.py

Connect to BringAuto Fleet