Created a new vagrant dev box in advance of our hackathon

This commit is contained in:
Robin Ward 2014-07-20 14:53:35 -04:00
parent dc8039d70b
commit 499f18a099

4
Vagrantfile vendored
View File

@ -3,8 +3,8 @@
# See https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md
#
Vagrant.configure("2") do |config|
config.vm.box = 'discourse-0.9.7'
config.vm.box_url = 'http://www.discourse.org/vms/discourse-0.9.7.box'
config.vm.box = 'discourse-0.9.9.13'
config.vm.box_url = 'http://www.discourse.org/vms/discourse-0.9.9.13.box'
# Make this VM reachable on the host network as well, so that other
# VM's running other browsers can access our dev server.