Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Laravel 4 Basics Getting Started with Laravel Installing Laravel Homestead

harpreet (jasmijn) kaur
harpreet (jasmijn) kaur
1,018 Points

When i get to the point i need to put command vagrant up in my terminal i get an error

iMac-van-koen:Homestead koenhaentjens$ pwd /Users/koenhaentjens/Homestead iMac-van-koen:Homestead koenhaentjens$ vagrant up /Users/koenhaentjens/Homestead/scripts/homestead.rb:108:in read': No such file or directory @ rb_sysopen - /Users/koenhaentjens/.ssh/id_rsa (Errno::ENOENT) from /Users/koenhaentjens/Homestead/scripts/homestead.rb:108:inblock (2 levels) in configure' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/kernel_v2/config/vm_provisioner.rb:72:in call' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/kernel_v2/config/vm_provisioner.rb:72:inadd_config' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/kernel_v2/config/vm.rb:321:in provision' from /Users/koenhaentjens/Homestead/scripts/homestead.rb:105:inblock in configure' from /Users/koenhaentjens/Homestead/scripts/homestead.rb:104:in each' from /Users/koenhaentjens/Homestead/scripts/homestead.rb:104:inconfigure' from /Users/koenhaentjens/Homestead/Vagrantfile:25:in block in <top (required)>' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/config/v2/loader.rb:37:incall' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/config/v2/loader.rb:37:in load' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/config/loader.rb:113:inblock (2 levels) in load' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/config/loader.rb:107:in each' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/config/loader.rb:107:inblock in load' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/config/loader.rb:104:in each' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/config/loader.rb:104:inload' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/vagrantfile.rb:28:in initialize' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/environment.rb:740:innew' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/environment.rb:740:in vagrantfile' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/environment.rb:486:inhost' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/environment.rb:208:in block in action_runner' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:33:incall' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:33:in run' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/environment.rb:473:inhook' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/environment.rb:722:in unload' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/bin/vagrant:177:inensure in <main>' from /opt/vagrant/embedded/gems/gems/vagrant-1.8.1/bin/vagrant:177:in `<main>'

harpreet (jasmijn) kaur
harpreet (jasmijn) kaur
1,018 Points

The main problem is to i cant follow on the video as it shows about laravel 4 and the online documentation is about laravel 5 i already found out how to create the homestead.yaml file but then don't know if i have to change the parameters to what is in the online documentation or what is in the video