Merge pull request #3113 from edgibbs/move_vagrant_box_to_discourse_url

FIX: Move vagrant box to discourse hosting
This commit is contained in:
Jeff Atwood 2015-01-18 22:14:02 -08:00
commit 214ed2f1f0
1 changed files with 2 additions and 2 deletions

4
Vagrantfile vendored
View File

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