How to Install Manually Downloaded .box for Vagrant

后端 未结 3 1648
悲哀的现实
悲哀的现实 2020-12-07 19:13

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

3条回答
  •  醉梦人生
    2020-12-07 19:55

    I am able to run this command on win7:

    box add homestead file:///c:/homestead.box
    

    Also this one is working:

    box add homestead file:///c:\homestead.box
    

提交回复
热议问题