Skip to content

Instantly share code, notes, and snippets.

@DamonOehlman
Created June 12, 2013 05:03
Show Gist options
  • Save DamonOehlman/5762940 to your computer and use it in GitHub Desktop.
Save DamonOehlman/5762940 to your computer and use it in GitHub Desktop.
Discussion regarding the merits of using Vagrant for experimenting with and sharing tech experiments

As part of the work I'm doing now with NICTA there is a strong focus on providing a technical "leg-up" with things like WebRTC.

Most of the work that I'll be doing will be making use of node, and while NPM does a fantastic job of providing an elegant entry point for working with libraries and even demos, I'm wondering whether we should also be providing Vagrant boxes or a simply provisionable Vagrantfile to help get people started.

It seems to me that using this approach could reacher a broader base of developers (i.e. not only those who work with / use node). It does, however, require that people have Vagrant installed, running and enough memory on their machines to run up a VM.

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment