On Tue, Aug 12, 2014 at 9:12 AM, togat su <[email protected]> wrote:
> https://dl.dropbox.com/u/14741389/vagrantboxes/lucid64-lamp.bo The box you want to add is in drobox my suggestion will be, if you have dropbox, copy it to your dropbox and wait until it sync this can be done as: https://www.dropbox.com/u/14741389/vagrantboxes/lucid64-lamp.bo <https://dl.dropbox.com/u/14741389/vagrantboxes/lucid64-lamp.bo>x you will see an option at the top like "copy to my dropbox" or download one the box is downloaded edit the vagrant file and make: config.vm.box = "lucid64-lamp" config.vm.box_url = " https://dl.dropbox.com/u/14741389/vagrantboxes/lucid64-lamp.box" then, do: vagrant box add lucid64-lamp lucid64-lamp.box and then vagrant up you will download and add the box manually, but the end result will be the same. Alvaro -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
