From 3f3c883b075531df283a75b617bfa0241f8c407e Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 14 Nov 2018 12:45:21 -0500 Subject: [PATCH] add deployment instructions to the README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 140f462..743af1c 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,15 @@ if you have any fixes/updates that you need to make, feel free to open a PR. [wiki](https://tilde.chat/wiki/) updates are [part of this repo](wiki/) as well. stop by irc and say hi! + +--- + +## deployment + +1. clone the repo into your webroot +2. `composer install` +2. make sure inspircd has m_httpd.so m_httpd_stats.so loaded +3. add a local bind for stats on 8081: +`` +4. add gen_stats to a crontab for a user that can write in the webroot: +`* * * * * /var/www/tilde.chat/gen_stats`