Web-Statistik-Tool
Beschreibung
GoAccess ist eine Alternative zum alt eingesessenen AWStats mit dem Vorteil stetig weiterentwickelt zu werden.
Installation
Herunterladen
Link: https://goaccess.io/download
Vorbereitung
Damit GoAccess kompiliert werden kann, werden einige Softwarepakete benötigt.
aptitude install gcc geoip-bin geoipupdate geoip-dbg libgeoip-dev libtinfo-dev libncurses5-dev libncursesw5-dev libtinfo5-dbg libncurses5-dbg
Kompilieren
Links: https://goaccess.io/download
Anschließend Kompilieren.
./configure --enable-utf8 --enable-geoip=legacy
Nach einem erfolgreichen Konfigurieren sollte folgendes ausgeben werden:
Your build configuration:
Prefix : /usr/local
Package : goaccess
Version : 1.2
Dynamic buffer : no
Geolocation : GeoIP Legacy
Storage method : In-memory Hash Database (Default)
TLS/SSL : no
Compiler flags : -pthread
Linker flags : -lnsl -lncursesw -lGeoIP -lpthread
Bugs : goaccess@prosoftcorp.com
Nun kann das Projekt erstellt werden.
make
make install
No Comments