Created
July 19, 2013 07:24
-
-
Save panggi/6037326 to your computer and use it in GitHub Desktop.
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
| # 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