Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 673 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 673 Bytes

apdevblog-env

Vagrant/chef setup around the blog to better deal with dependencies.

Install

vagrant up

Enable deploy

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

Work

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.