Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jws1837/a72e16ffc0f7a3d43f6520af8b74256a to your computer and use it in GitHub Desktop.
Save jws1837/a72e16ffc0f7a3d43f6520af8b74256a to your computer and use it in GitHub Desktop.
Install GoAccess - real-time web log analyzer in Amazon Linux
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment