HN user

roderikvdv

121 karma
Posts20
Comments8
View on HN
labs.kunstmaan.be 10y ago

Hands on with Multichain

roderikvdv
3pts0
labs.kunstmaan.be 10y ago

Docker images and PHP library for Multichain

roderikvdv
2pts0
labs.kunstmaan.be 10y ago

Setting up iOS continuous delivery with Jenkins and Fastlane

roderikvdv
47pts25
labs.kunstmaan.be 10y ago

Blockchain, the emergence of the “Internet of Value”

roderikvdv
8pts0
superlumic.com 10y ago

Show HN: Superlumic, an Ansible script to ease automated OS X installs

roderikvdv
1pts0
www.kunstmaan.be 12y ago

Keep your sanity while developing AngularJS apps on an enterprise scale

roderikvdv
1pts0
github.com 12y ago

Kitchenplan 2: stability, maintainability and configuration over recipes

roderikvdv
1pts0
bundles.kunstmaan.be 12y ago

Running a Symfony2 CMS in Vagrant using Ansible provisioning

roderikvdv
3pts0
vanderveer.be 12y ago

Speed up Composer by using HHVM, including a SlowTimer error fix

roderikvdv
2pts0
vanderveer.be 12y ago

Setting up my perfect dev environment on OSX 10.9 using Chef / Kitchenplan

roderikvdv
3pts5
vanderveer.be 12y ago

Interesting frontend webdevelopment links from 2012/2013

roderikvdv
3pts0
bundles.kunstmaan.be 12y ago

So how did we implement our new front-end development workflow into Symfony?

roderikvdv
2pts0
bundles.kunstmaan.be 12y ago

The new SitemapBundle for the Kunstmaan Bundles for Symfony2 CMS

roderikvdv
3pts0
bundles.kunstmaan.be 12y ago

Announcing the LiveReloadBundle for Symfony2

roderikvdv
2pts0
bundles.kunstmaan.be 12y ago

Manage translations in the DB with the new TranslatorBundle for Symfony2

roderikvdv
2pts0
bundles.kunstmaan.be 12y ago

A major iteration of the Kunstmaan Bundles CMS for Symfony2

roderikvdv
4pts0
vanderveer.be 13y ago

Show HN: kitchenplan, a Chef based Boxen alternative for installing workstations

roderikvdv
2pts0
vanderveer.be 13y ago

Building a private gh-pages clone with Dexy and GitLab

roderikvdv
2pts1
vanderveer.be 13y ago

Automating the setup of my perfect developer environment on OSX 10.8

roderikvdv
89pts31
vanderveer.be 13y ago

Mail-to-Things Applescript with ML notifications - vanderVeer.be

roderikvdv
1pts0

At work I was looking for a way to write project documentation for several non-public projects. It was important for me to have a system that was versioncontrolled in GIT, written in easy to understand formatting for both technical and non-technical personel (markdown) and makes publishing effortless. The resulting documentation should also be easy to access for our clients, without resorting to getting them all an account.

In a presentation by Stephen Hay at the Mobilism 2012 conference I was pointed to dexy, an advanced tool for writing documentation in a lot of different languages, markdown being one of them. In this post I will describe how to setup dexy, and combine it with GitLab's webhook system to create a selfbuilding documentation system.

Putting the remote host in the tab title is easy and included:

https://github.com/roderik/pivotal_workstation/blob/master/t...

As for the prompt, also included in the bash-it theme

https://github.com/roderik/bash-it/blob/master/themes/roderi... screenshot: https://f.cloud.github.com/assets/16780/35890/82d9d2fa-5290-...

I also use TotalFinder, but it seems this is one where my discipline didn't hold up, i installed it by hand :)

Eclipse should be easy, and IntelliJ is almost the same as phpstorm, the recipe for that is in the repo.

On linux it is even more easy, since most of the packages are in apt etc. Several recipes have a switch for use on our own servers and vm's: https://github.com/pivotal/pivotal_workstation/blob/master/r...

And there is nothing in the result that has anything to do with ruby, just chef and the recipes are in ruby. We use it for setting up our dev environments and servers for PHP websites. Although we use Capistrano for the actual site deployment and not Chef.