-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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$
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

