Docs

Redhat and Centos

Supported Versions

  • Enterprise Linux >= 6
  1. Import the GPG key that signs Outlyer packages[1]

    sudo curl -s https://packages.outlyer.com/outlyer-pubkey.gpg -o /etc/pki/rpm-gpg/RPM-GPG-KEY-outlyer
    
  2. Create a new RPM repository source

    sudo sh -c 'cat <<EOF > /etc/yum.repos.d/outlyer.repo
    [outlyer]
    name=Outlyer Agent
    baseurl=https://packages.outlyer.com/stable/el\$releasever/\$basearch/
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-outlyer
    EOF'
    
  3. Install outlyer-agent as any other software package:

    sudo yum install outlyer-agent
    

    Note: This will not automatically start the agent, you will need to add the agent key before starting the agent.

  4. Go to the agent configuration documentation for instructions on adding your agent key and other agent settings.

  5. Start the outlyer-agent:

    upstart$ sudo initctl start outlyer-agent
     or
    systemd$ sudo systemctl start outlyer-agent
    
  6. To check the status of the outlyer-agent:

    upstart$ sudo initctl status outlyer-agent
     or
    systemd$ sudo systemctl status outlyer-agent
    
  7. To set the outlyer-agent to start on boot:

    systemd$ sudo systemctl enable outlyer-agent
    

1

  • You can also import the Outlyer GPG key from public keyservers:
      gpg --keyserver keyserver.ubuntu.com --recv ACB6D967