After googling for a bit I realized there isn’t a good tutorial for this.
So here it goes. A quick guide to install HTTPS support for nginx.
After googling for a bit I realized there isn’t a good tutorial for this.
So here it goes. A quick guide to install HTTPS support for nginx.
I launched a new EC2 AMI the other day. This is what I did to get a Rails 3 production environment up and running. Install all required and optional libraries Use yum with this: 1234sudo yum install readline-devel ncurses ncurses-devel gcc gcc-c++ libxml2 libxml2-devel libxslt libxslt-devel curl-devel make zlib-devel httpd-devel apr-devel apr-util-devel lynx wget mysql [...]