Documentation / Deploy

Deployment

Deploy ALICE in production environments

Production Setup

ALICE can run as a systemd service for automatic startup and management.

Linux/Debian

Use the included installer script:

sudo ./scripts/install.sh

SteamOS/Steam Deck

Use the SteamOS-specific installer:

./scripts/install_steamos.sh

Service Management

# Start service
sudo systemctl start alice

# Enable auto-start
sudo systemctl enable alice

# Check status
sudo systemctl status alice

# View logs
journalctl -u alice -f

Reverse Proxy

Use nginx or Apache to add HTTPS, authentication, and load balancing.

Performance Tuning

Next Steps