mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 16:33:59 +08:00
Created a new vagrant dev box in advance of our hackathon
This commit is contained in:
parent
dc8039d70b
commit
499f18a099
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 = '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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user