Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 392 Bytes

IRC4Fun Website Tools

deployment

  1. clone the repo into your webroot
  2. composer install
  3. make sure inspircd has m_httpd.so m_httpd_stats.so loaded
  4. add a local bind for stats on 8081: <bind address="127.0.0.1" port="8081" type="httpd">
  5. add gen_stats to a crontab for a user that can write in the webroot: * * * * * /var/www/html/gen_stats
  6. nginx config for pretty urls