A quick introduction to the tools I used at Just Eat to make the life of new joiners easier, especially, for those who don't necessarily have the ops skills required.
virtualised development environment • Standalone self-contained ruby application (no gem dependency hell) • Provides simple interface for VirtualBox • Interacts with VirtualBox API • Extendable through a plug-in interface
of VMs • Scripted configuration of VM properties • Simple interface to manage virtual environment • Reduce setup to a single command • Scripted configuration of shared file system • Scripted configuration of network
Isolates dependencies and configuration in a disposable and consistent environment • Multi-Machine • You don’t have to renounce to use your favourite tools
Architecture specific • Setup with a minimal set of packages • Includes a common SSH key for access or appropriate WinRM setup • Includes VirtualBox tools
container images for multiple platforms from a single source configuration. • Standalone self-contained ruby application (no gem dependency hell) • Automate the otherwise manual process of running setups
Scripted configuration of base image properties • Reduce build to a single command • Automated provisioning of the base images • Builds on pretty much anything you can think about