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)
git clone https://github.com/bringauto/etna.git
cd etna
docker-compose --profile=without-fleet up
git clone https://github.com/bringauto/fleet.git
cd fleet
docker-compose build
docker-compose up
git clone https://github.com/bringauto/fleet-init.git
cd fleet-init
pip3 install -r requirements.txt
python main.py
- Log into Fleet on http://127.0.0.1:8011 using default account and password (Admin, Admin1)