Deploy Tutorial

One of the most common things I am always asked is after we create an application how do we getting it running on a server. Tonight we are going to deploy a simple pelican blog using fabric.

Requirements

  1. Obtain a ssh account on our deploy server
  2. Install ssh public key on server
  3. Fork this repo
  4. Customize the blog updating the author
  5. Install commenting via disqus
  6. Build a fabric script that manages pushing your changes locally.
  7. Expand fabric script to login to deploy server and pull and build your site.