Skip to content

after unzipping, keep getting default instruction page, not error logs #11

@megerdin

Description

@megerdin

following instruction i couldn't make it work,
==================================+
Download & Installation
To install LogHappens, please follow these steps:

Get LogHappens (choose your favourite method):
Download the ZIP package
Clone it from GitHub
Place LogHappens in a folder executable by apache or ngnix
Duplicate the file "config.default.json" to "config.json"
Open your new "config.json" and edit as you need. You can add new log files by simply adding new records there.
Open the browser to the destination you have installed LogHappens
Enjoy!

am i missing anything?

tigerpos@pos:/var/www/html/logs/logHappens-master$ ls
composer.json config.json libs logics phpcs.xml routers webroot
config.default.json index.html LICENSE parsers README.md views
tigerpos@pos:/var/www/html/logs/logHappens-master$ cat config.json
{
"parsers": {
"apache": {
"icon": "logos:apache",
"color": "#104B73",
"title": "apache",
"file": "/var/log/apache2/error.log",
"parser": "apache24",
"disabled": false
}
}
}
tigerpos@pos:/var/www/html/logs/logHappens-master$

Image
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions