Technologies Used
dockerVagrant
Puppet
Chocolatey
Homebrew
Project Team
About
We know how to use Vagrant and Puppet to provision environments for local development and deployment. How about we do the same for our tool stack: IDEs, build tools, editors, versioning systems etc. Can we version our tool stack? Can we have multiple tool stacks at the same time if we're working on several projects? How can we easily support different operating systems? Let's find out!
Comments
Emilian Losneanu - 2846d
$ brew install greeting
==> Downloading http://dist.greeting.org/greeting-community-2.2.1-unix.tar.gz
################################################# 100.0%
🍺 /usr/local/Cellar/greeting/2.2.1: 92 files, 59M, built in 29 seconds
$ greeting 'awesome'
It feels awesome to be here!
Yves Royer - 2846d
How much do you have to know up front of the used technologies? Can a rookie also join ;-)?
Tom Toutenel - 2846d
Sure! The actual hackathon only starts on June 15, so you still have plenty of time to outgrow your rookie status ;-)
bart de neuter - 2846d
Also have a look at how to manage individual licenses (like for Intellij for example) when the dev pc is provisioned?
Tom Toutenel - 2852d
We have a repository at https://github.com/cegeka/portable-development-workstations
bart de neuter - 2841d