Skip to content

Instantly share code, notes, and snippets.

@timani
Last active January 14, 2017 00:14
Show Gist options
  • Save timani/e0ebb1c7fff493a976f22343033d9584 to your computer and use it in GitHub Desktop.
Save timani/e0ebb1c7fff493a976f22343033d9584 to your computer and use it in GitHub Desktop.
Install Goaccess on ubuntu from source
apt-get update -y
apt-get install build-essential libgeoip-dev libncurses5-dev vim wget -y
wget http://tar.goaccess.io/goaccess-1.1.1.tar.gz
tar -xzvf goaccess-1.1.1.tar.gz
cd goaccess-1.1.1/
./configure --enable-geoip
make
make install
cat /var/log/rabbitmq-server/access.log* | goaccess > report.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment