Skip to content

Instantly share code, notes, and snippets.

@lezhnev74
Created August 20, 2015 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lezhnev74/11826ef590541e0b6ac6 to your computer and use it in GitHub Desktop.
Save lezhnev74/11826ef590541e0b6ac6 to your computer and use it in GitHub Desktop.
So I am facing an Issue - how do I run dedicated Vagrant Virtual Machine with Homestead Box in it?
https://docs.vagrantup.com/ shows how to run the box. But what about settings?
So I did:
vagrant init in folder
then installed Homstead via
composer require laravel/homestead --dev
php vendor/bin/homestead make
Then edited Homestead.yaml
and then did vagrant reload --provision so changes took effect
Ok now I have my environment up and running :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment