Install pip for install-server

This commit is contained in:
James Slagle 2015-01-13 10:09:47 -05:00
parent 94466403b5
commit e16a9917c7
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ set -eux
# Services couldn't talk to mysql, disable selinux for now
sed -i -e 's/=enforcing/=permissive/g' /etc/selinux/config
# pip is required since we're installing install-server bits from source
yum -y install python-pip
yum install -y --nogpg make rubygems ruby-devel rubygem-rake numpy java /opt/stack/files/ruby-devel.rpm python-jinja2 wget
gem install --no-ri --no-rdoc bundler