Update Vagrantfile and docs/VAGRANT.md for new box

This commit is contained in:
Neil Lalonde
2013-10-16 13:55:26 -04:00
parent 15cad17810
commit ba6c3324dc
2 changed files with 11 additions and 13 deletions

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.8.4'
config.vm.box_url = 'http://www.discourse.org/vms/discourse-0.8.4.box'
config.vm.box = 'discourse-0.9.7'
config.vm.box_url = 'http://www.discourse.org/vms/discourse-0.9.7.box'
# Make this VM reachable on the host network as well, so that other
# VM's running other browsers can access our dev server.