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