Skip to content

Instantly share code, notes, and snippets.

@tingletech
Created May 23, 2015 05:10
Show Gist options
  • Save tingletech/f217e19ea5eeca449fad to your computer and use it in GitHub Desktop.
Save tingletech/f217e19ea5eeca449fad to your computer and use it in GitHub Desktop.
example of `--enablerepo epel`on AWS
sudo yum -y groupinstall "Development Tools"
sudo yum --enablerepo epel -y install \
boost141-devel \
cronolog \
curl-devel \
git \
httpd24-devel \
jq \
libxml2-devel \
libxslt-devel \
mod24_ssl \
monit \
openssl-devel \
python27-devel \
python27-pip \
python27-virtualenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment