问题描述
我设法在我的Ubuntu 14.04 LTS pc上安装Vagrant.如何安装从URL手动下载的流浪汉盒?我想安装Laravel Homestead,但是由于我的网络连接,它总是会失败.我想从此链接https://vagrantcloud.com/laravel/boxes/homestead/versions/11/providers/virtualbox.box
下载它,但下载盒子后不知道该怎么办.
I manage to install Vagrant on my Ubuntu 14.04 LTS pc. How can I install vagrant box which I downloaded manually from a URL? I want to install Laravel Homestead but it will always fail because of my network connection. I want to download it from this link https://vagrantcloud.com/laravel/boxes/homestead/versions/11/providers/virtualbox.box
but I don't know what to do after I downloaded the box.
推荐答案
您可以使用此命令安装下载的框
You can install downloaded box using this command
vagrant box add laravel/homestead path/to/your/box/file.box
来源: https://laracasts.com/forum/?p=1615-laravel -vagrant-homestead/0
这篇关于如何为Vagrant安装手动下载的.box的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!