vagrant-gopher
vagrant-gopher copied to clipboard
A Vagrantfile for running Go VMs
With OpenBSD there is one major problem: no support for proper file sharing (neither virtualbox sharing nor NFS). The only option left is using the rsync mechanism, which has two...
My home directory is encrypted. I guess this is the reason why exportfs says exportfs: $GOPATH/github.com/nathany/vagrant-gopher does not support NFS export
There are VMs for Windows available for Vagrant, but I've yet to get it working (partially because the Mac I'm using doesn't have enough RAM). ```ruby config.vm.define "win" do |win|...
Since switching to a new FreeBSD 10.0 box, my CDPATH settings aren't doing anything, not sure what to do.
To reproduce/test issues: - https://github.com/howeyc/fsnotify/issues/83 - https://github.com/howeyc/fsnotify/issues/52