Sha256: e24d69373cd6500320671c04283a3697e399b7da4a47c4c6c7ab940cc07eebe6

Contents?: true

Size: 511 Bytes

Versions: 3

Compression:

Stored size: 511 Bytes

Contents

#!/usr/bin/env bash
yum update
yum install gcc g++ make automake autoconf curl-devel openssl-devel zlib-devel httpd-devel apr-devel apr-util-devel sqlite-devel libtool libxml2 libxslt-devel libxml2-devel readline-devel 
cd /tmp
wget http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz
tar xzvf yaml-0.1.4.tar.gz
cd yaml-0.1.4
./configure --prefix=/usr/local
make
make install
cd ..
wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/$1.tar.gz
tar -xvzf $1.tar.gz
cd $1/
./configure --prefix=/usr/local
make
make install

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fast_food-0.1.2 config/deploy/centos.sh
fast_food-0.1.1 config/deploy/centos.sh
fast_food-0.1.0 config/deploy/centos.sh