Releases: jlon/starrocks-admin
Releases · jlon/starrocks-admin
StarRocks Admin v1.0.0
StarRocks Admin v1.0.0
🚀 What's New
Please see the CHANGELOG for details.
📦 Installation
Quick Start (Recommended)
# Download and extract
wget https://github.com/jlon/starrocks-admin/releases/download/v1.0.0/starrocks-admin-1.0.0-linux-amd64.tar.gz
tar -xzf starrocks-admin-1.0.0-linux-amd64.tar.gz
cd starrocks-admin
# Start the service
./bin/starrocks-admin.sh start
# Access the application
open http://localhost:8080Docker (Multi-platform: amd64/arm64)
# Pull the image (automatically built by docker-publish workflow)
docker pull ghcr.io/jlon/starrocks-admin:1.0.0
# Or use latest tag
docker pull ghcr.io/jlon/starrocks-admin:latest
# Run the container
docker run -d -p 8080:8080 \
-v $(pwd)/data:/app/data \
-v $(pwd)/logs:/app/logs \
ghcr.io/jlon/starrocks-admin:1.0.0Note: Docker images are built automatically by the
docker-publishworkflow and support both amd64 and arm64 architectures.
📋 System Requirements
- Linux x86_64 (macOS users please use Docker)
- 2GB RAM minimum
- 1GB disk space