Skip to content

Instantly share code, notes, and snippets.

@hachi-eiji
Created January 27, 2013 15:05
Show Gist options
  • Save hachi-eiji/4648774 to your computer and use it in GitHub Desktop.
Save hachi-eiji/4648774 to your computer and use it in GitHub Desktop.
how to install couchdb on Amazon Linux
vi /etc/yum.repos.d/epel.repo
# show diff
yum install couchdb

diff

[epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
failovermethod=priority
- enabled=0
+ enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment