Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion scripts/setup-vps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ set -euo pipefail

# ── MiniRAG VPS Setup Script ────────────────────────────────
# Run once on a fresh Ubuntu 24.04 server (Hetzner CX22 or similar)
# Usage: curl -sSL <raw-url> | bash OR bash scripts/setup-vps.sh
# Usage:
# Download and verify: wget <raw-url> -O setup-vps.sh && chmod +x setup-vps.sh
# Review the script: less setup-vps.sh
# Execute: sudo ./setup-vps.sh

echo "==> Installing Docker..."
apt-get update
Expand Down