Skip to content

Instantly share code, notes, and snippets.

@panggi
Created July 19, 2013 07:24
Show Gist options
  • Select an option

  • Save panggi/6037326 to your computer and use it in GitHub Desktop.

Select an option

Save panggi/6037326 to your computer and use it in GitHub Desktop.
# edit sudoers to include SOFTWARE, SERVICES
sudo yum install -y curl-devel mysql-devel nodejs gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel httpd ImageMagick-devel ImageMagick httpd-devel apr-devel apr-util-devel
wget --no-check-certificate https://raw.github.com/rafeequl/railsready/master/railsready.sh && bash railsready.sh
rbenv install 2.0.0-p0
gem install bundler passenger-install-nginx-module
rbenv rehash
wget https://dl-ssl.google.com/dl/linux/direct/mod-spdy-beta_current_x86_64.rpm
yum install --nogpgcheck mod-spdy-beta_current_x86_64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment