Last active
January 14, 2017 00:14
-
-
Save timani/e0ebb1c7fff493a976f22343033d9584 to your computer and use it in GitHub Desktop.
Install Goaccess on ubuntu from source
This file contains hidden or 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
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