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 trialdorino canciani
2,265 PointsInstallation Laravel
Hi!I downloaded and installed virtualbox and vagrant but when i type vagrant add box laravel/homestead in the command line it show me 2 choices: 1)virtualbox 2)vmware_desktop that didn't appear in your video. If i choose the first it start a 4hr installation.. Do i make some mistake?
2 Answers
Kristian Terziev
28,449 PointsHello,
that happens because in the video he used an older version. That should not worry you at all. Chose 1) and everything else is almost the same after that.
dorino canciani
2,265 PointsThank you Kristian. I followed the isntructions but when i type vagrant up in the command line it says : The guest machine entered an invalid state while waiting for it to boot. Valid states are 'starting, running'. The machine is in the 'poweroff' state. Please verify everything is configured properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run vagrant up
while the
VirtualBox GUI is open.
I try to open VirtualBox but it gave me an error. What can i do?