Deploy ALICE in production environments
ALICE can run as a systemd service for automatic startup and management.
Use the included installer script:
sudo ./scripts/install.sh
Use the SteamOS-specific installer:
./scripts/install_steamos.sh
# 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
Use nginx or Apache to add HTTPS, authentication, and load balancing.