Skip to content

[M3] Create Loki Install Script #69

@miciav

Description

@miciav

Description

Interactive script to install Loki on controller node.

Files to create

  • scripts/install_loki.sh (new)

Features

  • Detect OS (macOS vs Ubuntu)
  • Prompt for install method:
    • brew install loki (macOS)
    • apt install loki (Ubuntu 24.04+)
    • docker run grafana/loki (cross-platform)
  • Create default config file
  • Set up systemd service (apt) or launchctl (brew)
  • Verify installation

Acceptance criteria

  • Works on macOS with Homebrew
  • Works on Ubuntu 24.04+
  • Docker option functional
  • Idempotent (safe to re-run)

Milestone: M3 - Loki Installation Scripts
Issue: 3.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions