Skip to content

srjlewis/goaccess-rpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

goaccess-rpm

GoAccess (http://goaccess.io/) is a great real-time web log analyzer with an interface that makes it easy to visualize web traffic from within your terminal.

Building

Note: This spec file is complete and works, but the build script and documentation in this repository is still being worked on.

  1. git clone https://github.com/clcollins/goaccess-rpm.git
  2. yum install rpm-build rpmdevtools automake glib2-devel ncurses-devel geoip-devel tokyocabinet-devel
  3. ./build.sh goaccess
  4. yum install ~/rpmbuild/RPMS/*/*.rpm
  5. PROFIT!

Acknowledgements

Thanks to:

Copyright Information

The GoAccess source code is released under the GNU General Public License, version 2.

This repo, and the .spec file and build script are:

Copyright (C) 2014 Chris Collins

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

A GoAccess spec file and build script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%