-
-
Save ntmggr/c908d8cbc527b4179b10e7571d11c290 to your computer and use it in GitHub Desktop.
Install Nginx, Unicorn & ruby 1.9.3
This file contains 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
#!/usr/bin/env bash | |
# Setup a ubuntu 12.04 LTS machine with nginx, unicorn, ruby 1.9.3 | |
# RUN: curl -L http://goo.gl/M8SXl | bash | |
mkdir ~/server ; cd ~/server | |
wget https://github.com/gabrielengel/chef-ubuntu/tarball/master | |
tar -zxf master | |
cd gab* | |
mv dna.aws-sample.json dna.json | |
sudo apt-get update; sudo apt-get upgrade -y | |
sudo ./run.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment