Skip to content

Instantly share code, notes, and snippets.

View chbiel's full-sized avatar

Christopher chbiel

  • Jungheinrich Digital Solutions AG & Co.KG
  • Hamburg
View GitHub Profile
@chbiel
chbiel / Vagrantfile
Created June 1, 2016 12:24 — forked from borgand/Vagrantfile
Generic multi-machine Vagrantfile that supports fast and easy way to get testing machines up and running. Provisioning is done through multi-tier shell scripting
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Landrush domain name suffix
# https://github.com/phinze/landrush
# For linux:
# sudo apt-get install -y resolvconf dnsmasq
# sudo sh -c 'echo "server=/vm/127.0.0.1#10053" > /etc/dnsmasq.d/vagrant-landrush'
# sudo service dnsmasq restart
#