- Install under a path reachable by your webserver, such as
/var/www/html/taboot/ - Configure the
js/site_conf.jsfile, specifically theSITESandDEFAULT_SITEvariables
Do the following on each server you are exposing logs from:
- Place
conf/taboot_tailer.confandtaboot_tailer_site.confinto your apache configuration directory, usually/etc/httpd/conf.d/ - Do any necessary configuration in
taboot_tailer.conf - Configure
taboot_tailer_site.confto point to the location you deployed the taboot-tailer code to - Reload your server configs (e.g.,
service httpd reloadorsystemctl reload httpd.service)