Fleet
Version vom 19. April 2025, 11:03 Uhr von Thomas.will (Diskussion | Beiträge)
FleetDM Installation
Systemvorbereitung
sudo apt update && sudo apt upgrade -y sudo apt purge nodejs npm -y sudo rm -rf /usr/local/lib/node_modules curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - sudo apt-get install -y nodejs curl -fsSL https://get.docker.com | sudo sh sudo usermod -aG docker $USER newgrp docker
Installation
git clone https://github.com/fleetdm/fleet.git cd fleet npm install --legacy-peer-deps --force npm run build cp config.sample.yml config/local.yml docker-compose up -d npm run db:migrate
Betrieb
npm start