Skip to content

Instantly share code, notes, and snippets.

@gabrielengel
Created May 25, 2012 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gabrielengel/2786001 to your computer and use it in GitHub Desktop.
Save gabrielengel/2786001 to your computer and use it in GitHub Desktop.
Install Nginx, Unicorn & ruby 1.9.3
#!/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