mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 02:12:46 +08:00
Use s3/cloudfront for the discourse box. The downloads are throttled or
slow from discourse.org
This commit is contained in:
parent
c004ad1d51
commit
d165ad2a67
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
Vagrant.configure("2") do |config|
|
Vagrant.configure("2") do |config|
|
||||||
config.vm.box = 'discourse-0.9.9.13'
|
config.vm.box = 'discourse-0.9.9.13'
|
||||||
config.vm.box_url = 'http://www.discourse.org/vms/discourse-0.9.9.13.box'
|
config.vm.box_url = "http://d3fvb7b7auiut8.cloudfront.net/discourse-0.9.9.13.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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user