Skip to content

Instantly share code, notes, and snippets.

@tankhuu
Created January 15, 2019 11:57
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save tankhuu/2e0c39d5ede675739cad89ef64cdd2e5 to your computer and use it in GitHub Desktop.
Save tankhuu/2e0c39d5ede675739cad89ef64cdd2e5 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
@LennyLip
Copy link

LennyLip commented Nov 3, 2020

thanks! goaccess-1.7.tar.gz is presented.

@rangfu
Copy link

rangfu commented Nov 3, 2022

Thanks!

@jws1837
Copy link

jws1837 commented Feb 24, 2023

Wow Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment