Skip to content

Commit

Permalink
Post about my development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
iszak committed Feb 19, 2015
1 parent 3863172 commit 4299379
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _posts/2015-02-19-development-environment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
title: "Development environment"
date: 2015-02-19 23:27:13
categories: vagrant packer puppet hiera
---

I've been spending a lot of time recently getting my development environment setup, I've found once I've learnt a better way to do things, I won't want to go back to the old way. So when I learnt about Puppet, I didn't want to go back to a shell script or manual installation. But these tools take a lot of investment to setup and get right, then you may find out about a complementing technology such as hiera or facter, which you then have to go back to the drawing board and re-iterate.

Finally I am satisfied with my development environment such that it's easy to work on all the different technologies my projects use from static, node, ruby and php projects so I thought I'd share it on my blog.

My [development environment][1]; built with Vagrant, Packer, Puppet, Hiera.

[1]: https://github.com/iszak/environment

0 comments on commit 4299379

Please sign in to comment.