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.
- Obtain a ssh account on our deploy server
- Install ssh public key on server
- Fork this repo
- Customize the blog updating the author
- Install commenting via disqus
- Build a fabric script that manages pushing your changes locally.
- Expand fabric script to login to deploy server and pull and build your site.