-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Post about my development environment
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |