OpenVPN on Ubuntu 12.10 at DigitalOcean Install OpenVPN sudo apt-get install openvpn Generate Server Certificates sudo cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0 /etc/openvpn/easy-rsa2 cd /etc/openvpn/easy-rsa2
Nginx + Unicorn for Rails on Rackhub Description: This script enables you to launch your Rails application in production environment (port:80) with Nginx and Unicorn. Installation: Please make sure that your Gemfile in your rails application includes unicorn.