mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 12:53:17 +08:00
Move vagrant box to discourse hosting
This change just moves the Vagrant box to the discourse account at Atlas.
This commit is contained in:
parent
4fd1fdeb01
commit
d818fa4d60
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user