Created
May 23, 2015 05:10
-
-
Save tingletech/f217e19ea5eeca449fad to your computer and use it in GitHub Desktop.
example of `--enablerepo epel`on AWS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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