Need PHP version not less than 5.3, just need to install PHP Cli, no need to install PHP-FPM, nginx, apache
1、Download or run git clone https://github.com/walkor/workerman-statistics
2、Run composer install
Take ubuntu as an example
start up
php start.php start -d
Restart boot
php start.php restart
Smooth restart/reload configuration
php start.php reload
View service status
php start.php status
stop
php start.php stop
1、The Windows platform needs to replace the Workerman directory with the Windows version of Workerman
2, run start_for_win.bat
For Windows version of Workerman, see here
- The administrator username and password are empty by default, that is, you can view the monitoring data without logging in.
- If login authentication is required, set the administrator password in applications/Statistics/Config/Config.php