Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3

Squirro packages are provided with a Yum repository. Yum is a utility, provided with the RHEL / CentOS Linux system, that downloads and installs packages from central repositories. To configure a new such repository, it needs to be set up using a file in the folder /etc/yum.repos.d.

  1. Create /etc/yum.repos.d/squirro.repo :

    [squirro-stable]
    name=Squirro - CentOS-$releasever - Stable
    baseurl=https://FILL_IN_USERNAME_AND:PASSWORD@mirror.squirro.net/centos/$releasever/stable/$basearch/latest
    enabled=1
    gpgkey=https://mirror.squirro.net/centos/RPM-GPG-KEY-squirro-stable
    gpgcheck=1
    sslverify=1
    metadata_expire=300
  2. Insert the repository credentials you got for accessing the Squirro Yum repository in this file. ReplaceĀ FILL_IN_USERNAME_AND by the username and PASSWORD by your password.
  • No labels