Skip to content

Instantly share code, notes, and snippets.

View juuh42dias's full-sized avatar
👩‍💻
working from (coworking || café)

Juliana Dias juuh42dias

👩‍💻
working from (coworking || café)
View GitHub Profile
@hudsonmaradona
hudsonmaradona / Script Install Web Server - Ngnix + Unicorn + Ruby 2.0 + PostgreSQL 9.2
Created May 17, 2013 19:32
Script Install Web Server - Ngnix + Unicorn + Ruby 2.0 + PostgreSQL 9.2
#!/bin/bash
# PATH
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Store the base dir
BASEDIR=$( cd $(dirname $0); pwd)
# Get all dependencies