Category Archives: linux/unix world

how to setup HTTPS 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.

Also posted in open source, programming, web programming | Tagged , , , , , | Leave a comment

how to setup a Fedora server for Rails 3 (MySQL + Nginx + Unicorn)

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 [...]

Also posted in open source, programming, Ruby programming, web programming | Tagged , , , , , , | 1 Comment

how to get started with rails 3 on Mac OS X from scratch

how to get started with rails 3 on Mac OS X from scratch

installing rvm and ruby-1.9.2-p0

Also posted in open source, programming, Ruby programming, Uncategorized | Tagged , , , , , , | Leave a comment