Skip to content

frdmn/znc-logviewer

Repository files navigation

znc-logviewer

Node based web interface to browse through ZNC log files.

The project is a work in progress!

Requirements

  • NodeJS (npm)
  • Ruby (gem)
  • global ZNC logs (${ZNCUSERHOME}/.znc/moddata/log/)

Installation

  1. Clone the repository:
    git clone https://github.com/frdmn/znc-logviewer
  2. Duplicate and rename the example settings file:
    cp settings-example.json settings.json
  3. Adjust the users and the log file path in the configuration file:
    editor settings.json
  4. Install dependencies:
    npm install -g grunt-cli
    gem install sass
  5. Install all packages:
    npm install
  6. Install web libraries:
    bower install
  7. Run grunt task:
    grunt
  8. Start Node server:
    npm start

Dependencies

  • Bower
  • Grunt
  • Sass

Version

0.0.1

License

WTFPL

About

Node based web interface to browse through ZNC log files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published