Skip to content

Instantly share code, notes, and snippets.

@jrob00
Created July 13, 2012 17:15
Show Gist options
  • Save jrob00/3106071 to your computer and use it in GitHub Desktop.
Save jrob00/3106071 to your computer and use it in GitHub Desktop.
Installing apache traffic server with yum
// make it available to yum:
echo "### Name: NetDNA RPM Repo
### URL: http://repo.netdna.com
[netdna]
name = NetDNA Repo
baseurl = http://master.repo.netdna.com/netdna/$basearch/
enabled = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-netdna
gpgcheck = 1
[netdna-testing]
name = NetDNA Testing Repo
baseurl = http://master.repo.netdna.com/netdna-testing/$basearch/
enabled = 0
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-netdna
gpgcheck = 1
# Really this is BETA and not confirmed to work yet
[netdna-beta]
name = NetDNA Beta Repo
baseurl = http://master.repo.netdna.com/netdna-beta/$basearch/
enabled = 0
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-netdna
gpgcheck = 1" > /etc/yum.repos.d/netdna.repo
yum install trafficserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment