简体   繁体   English

如何在Windows中启动GoAccess?

[英]How can I launch GoAccess in Windows?

I saw here that GoAccess can be installed on Windows. 我在这里看到可以在Windows上安装GoAccess。 I would like to use it with ISS 8.5 log files but I cannot find any tutorial about how this can be used in Windows through Cygwin. 我想将其与ISS 8.5日志文件一起使用,但是找不到关于如何通过Cygwin在Windows中使用它的任何教程。

Any help? 有什么帮助吗?

You need to install Cygwin . 您需要安装Cygwin There are a lot of tutorials out there on how to do that. 有很多关于如何执行此操作的教程

Then you will need to install in cygwin at least the following packages: 然后,您至少需要在cygwin中安装以下软件包:

wget
libGeoIP-devel
libncurses-devel
libncursesw10
gcc-core
make
automake
gettext

Then compile GoAccess as indicated in the download page . 然后按照下载页面中的指示编译GoAccess。

$ 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 --enable-utf8
$ make
# make install

Just wanted to add my 2 cents, that Windows now ships with an Ubuntu subsystem: https://docs.microsoft.com/en-us/windows/wsl/install-win10 只是想加我的2美分,Windows现在随Ubuntu子系统一起提供: https : //docs.microsoft.com/zh-cn/windows/wsl/install-win10

Cygwin is not needed in 2018 2018年不需要Cygwin

You may give our free CowAxess a try: 您可以尝试使用我们的免费CowAxess

CowAxess is a GoAccess implementation for Windows systems. CowAxess是Windows系统的GoAccess实施。 It is a packaging of GoAccess , Cygwin and many other related tools to make it a complete and ready-to-use solution for real-time web log analysis, all in a 4 MB package. 它是GoAccessCygwin和许多其他相关工具的包装,以使其成为完整的,随时可用的实时Web日志分析解决方案,所有这些均以4 MB的包装形式提供。 We have followed standard instructions available at the GoAccess website. 我们遵循了GoAccess网站上提供的标准说明。

CowAxess is available as a free solution licensed under simplified BSD. CowAxess是免费的解决方案,已获得简化BSD许可。 Enjoy! 请享用!

NB! 注意! We are the developer of the solution. 我们是解决方案的开发商。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM