mirror of https://github.com/YGGverse/HLState.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghost
513a00ac72
|
10 months ago | |
---|---|---|
bin | 10 months ago | |
config | 10 months ago | |
migrations | 10 months ago | |
public | 10 months ago | |
src | 10 months ago | |
templates/default | 10 months ago | |
tests | 10 months ago | |
translations | 10 months ago | |
.env | 10 months ago | |
.env.test | 10 months ago | |
.gitignore | 10 months ago | |
LICENSE | 10 months ago | |
README.md | 10 months ago | |
compose.override.yaml | 10 months ago | |
compose.yaml | 10 months ago | |
composer.json | 10 months ago | |
composer.lock | 10 months ago | |
phpunit.xml.dist | 10 months ago | |
symfony.lock | 10 months ago |
README.md
HLState
Web Stats for Half-Life Server
Install
git clone https://github.com/YGGverse/HLState.git
cd HLState
composer install
Setup
cp .env .env.local
php bin/console doctrine:database:create
crontab -e
>* * * * * /usr/bin/curl --silent http://address/crontab/online &> /dev/null
Update
composer update
php bin/console doctrine:migrations:migrate
php bin/console cache:clear
License
- Engine sources MIT License