Node based web interface to browse through ZNC log files.
The project is a work in progress!
- NodeJS (
npm) - Ruby (
gem) - global ZNC logs (
${ZNCUSERHOME}/.znc/moddata/log/)
- Clone the repository:
git clone https://github.com/frdmn/znc-logviewer - Duplicate and rename the example settings file:
cp settings-example.json settings.json - Adjust the users and the log file path in the configuration file:
editor settings.json - Install dependencies:
npm install -g grunt-cli
gem install sass - Install all packages:
npm install - Install web libraries:
bower install - Run grunt task:
grunt - Start Node server:
npm start
- Bower
- Grunt
- Sass
0.0.1