mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
1.6 KiB
1.6 KiB
HLState
Web Monitor for Half-Life based on HLServers
Install
apt install git composer curl php php-xml php-intl php-mbstring php-curl php-sqlite3git clone https://github.com/YGGverse/HLState.gitcd HLStatecomposer installphp bin/console doctrine:schema:update --force
Setup
chown -R www-data:www-data varcp .env .env.localcrontab -e>* * * * * /usr/bin/curl --silent http://localhost/crontab/online &> /dev/null
Update
composer updatephp bin/console doctrine:migrations:migrateAPP_ENV=prod APP_DEBUG=0 php bin/console cache:clear
License
- Engine sources MIT License
Versioning
Components
Support
Blog
See also
- HLServers - Half-Life Servers Registry for HLState
- half-life-server - Half-Life server edition by YGGverse
- pymaster - Refactored master server written in Python