Skip to content

Instantly share code, notes, and snippets.

View email2liyang's full-sized avatar
🏠
Working from home

Ivan Li email2liyang

🏠
Working from home
View GitHub Profile
@cbschuld
cbschuld / gist:cdcaf062da5b34eede37
Last active August 29, 2015 14:05
install haproxy 1.5.6 on ec2 amazon ami - updated 2014-10-28
#!/bin/sh
yum update -y
yum install -y wget git
wget "http://www.haproxy.org/download/1.5/src/haproxy-1.5.6.tar.gz"
yum groupinstall -y 'Development Tools'
yum install -y openssl-devel
yum install -y rpmdevtools pcre-devel
rpmdev-setuptree
mv haproxy-1.5.6.tar.gz ~/rpmbuild/SOURCES/