/jlogger-web

Web interface for JLogger

Primary LanguagePerl

NAME

JLogger::Web - web interface for JLogger

INSTALLATION

  • Get latest JLogger

    git clone git://github.com/und3f/jlogger-web.git
    git submodule update --init
  • Install cpanminus

  • Install ObjectDB2 (not yet on CPAN)

    cpanm -S https://github.com/vti/object-db2/tarball/master
  • Install JLogger::Web dependecies

    cpanm -S --installdeps .
  • Create config file and edit it

    cp jlogger-web.yaml{.example,}
  • Start JLogger::Web

    ./script/jlogger-web.pl

    If you want to run as FCGI application please read starman documentation.

AUTHOR

Sergey Zasenko

COPYRIGHT AND LICENSE

Copyright (C) 2011, Sergey Zasenko.

This program is free software, you can redistribute it and/or modify it under the same terms as Perl 5.10.