1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 13:22:36 +01:00

Add binary package for CentOS 6

This commit is contained in:
Pavel Odintsov 2015-03-24 16:04:54 +03:00
parent 85e191611d
commit ddee63cd95
2 changed files with 9 additions and 3 deletions

@ -1,10 +1,10 @@
Please build on same Linux distro version as target platform for best results.
We have precompiled packages for CentOS 6 and CentOS 7 (soon!).
First of all, please install Epel repo:
- CentOS 6: ```rpm -ihv http://fedora-mirror01.rbc.ru/pub/epel/6/i386/epel-release-6-8.noarch.rpm```
- CentOS 7: ```yum install -y epel-release```
Enable ntop repo: ```vim /etc/yum.repos.d/ntop.repo```
Enable ntop repo (need for PF_RING kernel module and library): ```vim /etc/yum.repos.d/ntop.repo```
Repo file:
```bash
@ -27,4 +27,10 @@ And install pfring kernel module and libs:
yum install -y pfring
```
If you want build rpm package manually please use script [build_rpm.sh](https://raw.githubusercontent.com/FastVPSEestiOu/fastnetmon/master/src/build_rpm.sh).
Install FastNetMon on CentOS 6:
```bash
yum install -y https://raw.githubusercontent.com/FastVPSEestiOu/fastnetmon/master/packages/CentOS6/fastnetmon-1.1.1-1.x86_64.rpm
```
If you want build rpm package manually please use script [build_rpm.sh](https://raw.githubusercontent.com/FastVPSEestiOu/fastnetmon/master/src/build_rpm.sh). Please build on same Linux distro version as target platform for best results.

Binary file not shown.