I added this to https://www.mediawiki.org/wiki/MediaWiki-Vagrant/Customizing , please add to it if you have real-world experience
On Fri, May 31, 2013 at 4:41 PM, Ori Livneh <[email protected]> wrote: > On Fri, May 31, 2013 at 4:16 PM, Yuri Astrakhan > <[email protected]>wrote: > >> I so wish there was a way not to mess with files under git's control. Can >> that option be exposed through the local user config file? >> > > Yep. Create 'Vagrantfile-extra.rb' in the same directory as the Vagrantfile > and add these lines: > > Vagrant.configure('2') do |config| > config.vm.provider :virtualbox do |vb| > vb.gui = true > end > end -- =S Page software engineer on E3 _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
