Table of Contents
Deployment Strategies
Typical Concerns
Loading the Environment
Installing Dependencies
Running Migrations
Preparing Assets
Restarting Services
Deploying with Git
git-init
git-push
git-checkout
post-receive
Summary
I am using some scripts I downloaded from Josef Strzibny's book that are setting up Ruby on Rails deployment and automatically installing a PostgreSQL server. I am also using Dokku, but I like the idea of controlling what is happening on the server.
Lucian Ghinda, Senior Ruby Developer