allinurl / goaccess

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
https://goaccess.io
MIT License
18.61k stars 1.11k forks source link

Possible for a Shared Server? #1589

Open TravelTrader opened 5 years ago

TravelTrader commented 5 years ago

I would like to install goaccess on a shared server. I do not have make or a sudo-access. Is there any possibility? The logfiles are located under /.../basicdirectory/logs.

Thank you!

allinurl commented 5 years ago

Technically you should be able to, however, you would need to build it on a different machine with the same architecture and just copy/scp the binary to the shared server.

TravelTrader commented 5 years ago

Puh, I will try it... any hints or instructions for that online? I didn't find anything.