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 trialJiay muhammad
11,258 Pointsvideo from Laravel 4 Basic Installing Homestead. vagrant up
Im installing homestead from the git shell and I'm trying to "vagrant up" and I'm receiving this error message; "The host path of the shared folder is missing: ~/Code". What do I do?
1 Answer
Emmanuel Koranteng
21,488 PointsAfter cloning the homestead directory with the command git clone https://github.com/laravel/homestead.git Homestead
, run bash init.sh
command from the Homestead directory to create the Homestead.yaml configuration file. The Homestead.yaml file will be placed in your ~/.homestead directory.
Edit the Homestead.yaml file in your ~/.homestead directory in your text editor.
vagrant up
command should execute correctly.
Bruce Berdine
13,607 PointsBruce Berdine
13,607 PointsThere is a great walkthrough for installing Homestead on the Laravel site http://laravel.com/docs/5.1/homestead
The TeamTreehouse people do a great job but the tutorial is a bit outdted. A great resource for Laravel 5 is Laracasts at https://laracasts.com/series/laravel-5-fundamentals