From eb78f5670390fd354daef0b2ce398c7239cbf663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hejcman?= <11482455+achieveOrbit@users.noreply.github.com> Date: Sun, 14 Feb 2021 14:21:47 +0100 Subject: [PATCH] Updated installation instructions Added clearer instructions for installing the nemea-framework-devel package on CentOS/Fedora. --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f323f9b..ff7293c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ - [Repositories](#repositories) - [Dependencies](#dependencies) - [Installation](#installation) + - [Vagrant](#vagrant) - [Binary packages](#binary-packages) - [Source codes](#source-codes) - - [Vagrant](#vagrant) - Packer - [Quick start and how to](#quick-start-and-how-to) - [Try out NEMEA modules](#try-out-nemea-modules) @@ -104,7 +104,14 @@ For more information see [./vagrant/](./vagrant/). Latest RPM packages can be found in COPR: https://copr.fedorainfracloud.org/groups/g/CESNET/coprs/ The NEMEA repository is at https://copr.fedorainfracloud.org/coprs/g/CESNET/NEMEA/ -After installation of COPR repository, NEMEA can be installed as any other package (run as root/sudo): +The repository can be added trough `dnf copr enable` or by using the following commands (for CentOS/Fedora): + +``` +wget -O /etc/yum.repos.d/cesnet-nemea.repo https://copr.fedorainfracloud.org/coprs/g/CESNET/NEMEA/repo/epel-7/group_CESNET-NEMEA-epel-7.repo +rpm --import https://copr-be.cloud.fedoraproject.org/results/@CESNET/NEMEA/pubkey.gpg +``` + +After installation of the COPR repository, NEMEA can be installed as any other package (run as root/sudo): ``` yum install nemea @@ -112,9 +119,8 @@ yum install nemea Note: Latest systems (e.g. Fedora) use `dnf` instead of `yum`. - For development purposes, there is `nemea-framework-devel` package that installs -all needed development files and docs. +all needed development files and docs. To install this package, also add the `NEMEA-testing` repository. Currently, we do not have .deb packages (for Debian/Ubuntu/...) but we are working on it. Please follow installation from [source codes](#source-codes)