On RHEL or CentOS

Following commands are executed as the root user.

Update your yum repository:

$ echo "[Rudder_3.0]
name=Rudder 3.0 Repository
baseurl=http://www.rudder-project.org/rpm-3.0/RHEL_7/
gpgcheck=1
gpgkey=http://www.rudder-project.org/rpm-3.0/RHEL_7/repodata/repomd.xml.key" > /etc/yum.repos.d/rudder.repo
[Tip]Tip

Replace RHEL_7 with your Enterprise Linux version if necessary.

For Rudder server, upgrade the rudder-* and ncf-related packages:

yum update "rudder-*" ncf ncf-api-virtualenv

and after the upgrade of these packages, restart jetty to apply the changes on the Web application:

service rudder-jetty restart

For Rudder agent, upgrade the rudder-agent package:

yum update rudder-agent

You can now upgrade your local techniques.