Skip to content

Instantly share code, notes, and snippets.

View cefigueiredo's full-sized avatar

Carlos Figueiredo cefigueiredo

  • Montreal, Quebec
View GitHub Profile
@cefigueiredo
cefigueiredo / gist:6879939
Last active December 24, 2015 23:28
Testing deploy on aws
apt-get -y update
apt-get -y install curl git-core python-software-properties python g++ make
# nginx
add-apt-repository ppa:nginx/stable
apt-get -y update
apt-get -y install nginx
service nginx start
# PostgreSQL