tentando executar laravel homestead com vagrant

0

Então, eu fiz vagrant box add laravel/homestead no meu diretório inicial (C: \ Users \ User Name) e recebi o seguinte:

==> box: Loading metadata for box 'laravel/homestead'
    box: URL: https://atlas.hashicorp.com/laravel/homestead
==> box: Adding box 'laravel/homestead' (v0.5.0) for provider: virtualbox
    box: Downloading: https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.5.0/providers/virtualbox.box
    box: Progress: 100% (Rate: 11.3M/s, Estimated time remaining: --:--:--)
==> box: Successfully added box 'laravel/homestead' (v0.5.0) for 'virtualbox'!

Eu, então, nesse diretório, faço vagrant up e obtenho o seguinte erro:

A Vagrant environment or target machine is required to run this
command. Run 'vagrant init' to create a new Vagrant environment. Or,
get an ID of a target machine from 'vagrant global-status' to run
this command on. A final option is to change to a directory with a
Vagrantfile and to try again.

Preciso fazer vagrant init ? O link não faz qualquer menção a ele. Com base em minhas pesquisas no Google, parece que vagrant init é para criar novas caixas do zero - não para reutilizar as caixas que você baixou.

    
por neubert 06.10.2016 / 15:57

1 resposta

0

Acho que precisei fazer vagrant init laravel/homestead depois de fazer vagrant box add laravel/homestead . Parece prudente que o link mencione isso ..

    
por 06.10.2016 / 17:20