Vagrant/chef setup around the blog to better deal with dependencies.
vagrant up
To be able to push changes to S3/CloudFront you need to configure aws-cli.
# enable aws-cli cloudfront "preview" feature
aws configure set preview.cloudfront true
# will ask you for credentials
aws configure
Click here to learn how to work with apdevblog.
Quick start:
vagrant up
vagrant ssh
cd repos/apdevblog.com
rake preview
Now you can open 192.168.44.44:4000 to preview.