Skip to content

Commit dd0b57b

Browse files
authored
Merge pull request #93 from CESNET/update-readme-with-copr-info
Update readme
2 parents 21c6079 + 0ac9c14 commit dd0b57b

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

README.rst

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
✨ *Tip: Are you sure your NetFlow/IPFIX probe is working correctly? Be sure with our other project:* |FlowTest|_
2+
3+
-----
4+
5+
.. _FlowTest: https://github.com/CESNET/FlowTest
6+
.. |FlowTest| replace:: *🌊 FlowTest*
7+
18
============= =============
29
Master branch |BuildMaster|
310
------------- -------------
@@ -60,6 +67,20 @@ network interface and a port. Multiple instances of these plugins can run concur
6067

6168
\* Must be installed individually due to extra dependencies
6269

70+
How to install
71+
--------------
72+
73+
If you are running a RHEL system or one of its derivatives, the easiest way to
74+
get IPFIXcol installed is using our Copr package repository.
75+
76+
.. code-block:: bash
77+
78+
$ dnf install 'dnf-command(copr)' # Extra step necessary on some systems
79+
$ dnf copr enable @CESNET/IPFIXcol
80+
$ dnf install ipfixcol2
81+
82+
For other systems, follow the build instructions below.
83+
6384
How to build
6485
------------
6586

@@ -130,14 +151,6 @@ be stored. The structure of the configuration is described
130151
of the collector are given in the section
131152
"`Example configuration files <doc/sphinx/configuration.rst#example-configuration-files>`_".
132153

133-
Coming soon
134-
-----------
135-
- Runtime reconfiguration (improved compared to the previous generation)
136-
- Input plugins for files (IPFIX, fds, etc.)
137-
- Flow filtration and flow profiling
138-
- Flow aggregation
139-
- RPM/DEB packages
140-
141154
FAQ
142155
--------------
143156

0 commit comments

Comments
 (0)