This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install ncurses-devel geoip-devel libmaxminddb-devel tokyocabinet-devel openssl-devel | |
wget https://tar.goaccess.io/goaccess-1.3.tar.gz | |
tar -xzvf goaccess-1.3.tar.gz | |
cd goaccess-1.3/ | |
./configure --enable-utf8 --enable-geoip=legacy | |
make | |
sudo make install | |
# Run | |
# goaccess /var/log/nginx/access.log -c |