Move vagrant box to discourse hosting

This change just moves the Vagrant box to the discourse account at
Atlas.
This commit is contained in:
Ed Gibbs 2015-01-18 21:59:36 -08:00
parent 4fd1fdeb01
commit d818fa4d60

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= "edgibbs/discourse-0.9.9.15.box"
config.vm.box_url = "https://vagrantcloud.com/edgibbs/discourse-0.9.9.15.box"
config.vm.box= "discourse/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
# VM's running other browsers can access our dev server.