laravel - homestead up not working after vagrant up -
the "homestead up" command not working on ubuntu 14.10. these outcome of command:
/home/omicronit/.composer/vendor/laravel/homestead/vagrantfile:18:in
read': no such file or directory - /home/omicronit/.homestead/homestead.yaml (errno::enoent) /home/omicronit/.composer/vendor/laravel/homestead/vagrantfile:18:in
block in ' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/v2/loader.rb:37:incall' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/v2/loader.rb:37:in
load' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/loader.rb:103:inblock (2 levels) in load' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/loader.rb:97:in
each' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/loader.rb:97:inblock in load' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/loader.rb:94:in
each' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/loader.rb:94:inload' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/vagrantfile.rb:28:in
initialize' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:691:innew' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:691:in
vagrantfile' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:441:inhost' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:207:in
block in action_runner' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/runner.rb:33:incall' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/runner.rb:33:in
run' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:428:inhook' /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:673:in
unload' /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/bin/vagrant:177:inensure in <main>' /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/bin/vagrant:177:in
'
homestead
can not read ~/.homestead/homestead.yaml
file.
make sure directory (~/.homestead
) , file (homestead.yaml
) present , readable.
if missing can stub here.
p.s. if you've installed homestead forgot perform mandatory step during installation (see cloning homestead repository subsection):
run bash init.sh
directory have clonned homestead.
Comments
Post a Comment