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
#!/usr/bin/env bash | |
# | |
# Author: Robert R Evans | |
# | |
# Description: AWS Ubuntu 13 Ruby Setup Script | |
# | |
# This script will setup a ubuntu box for Ruby, Rails, Sinatra, and/or Rack | |
# development/staging/production usage. It also installs Nodejs, Nginx, Git, | |
# Rbenv, and PostgreSQL adapters for using RDMS PostgreSQL. It assumes that | |
# git-deploy will be used, in place of the traditional capistrano deployments. |