Closed (fixed)
Project:
Vagrant Drupal Development
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2013 at 19:18 UTC
Updated:
19 May 2014 at 12:19 UTC
Jump to comment: Most recent
Comments
Comment #1
danylevskyiThanks for the issue!
It was a bad idea to use bootstrap...
Comment #2
ghilsman commentedI am assuming that this is trying to download and install bootstrap version 2.3.2
The old download location was moved, and I downloaded and installed the following tarball/zip manually into /var/www (in the guest machine): https://github.com/twbs/bootstrap/zipball/master
By installing it manually, then running the command 'vagrant reload', vdd_help.rb will ignore the download since it's already installed.
NOTE: make sure the bootstrap directory you install in /var/www is renamed to 'bootstrap', instead of something like 'bootstrap_master', which is the name of the tarball/zip link above.