Vagrant tutorial for PHP Developers - giappv/hello_vagrant GitHub Wiki

Vagrant tutorial for PHP Developers

Install Vagrant and VirtualBox on Windows

Getting started with your first vagrant

  • Open your git bash and run this command: vagrant plugin install vagrant-hostmanager
  • Clone hello_vagrant repository git clone [email protected]:giappv/hello_vagrant.git
  • cd hello_vagrant/devops/vagrant
  • $ vagrant up
  • Go to make a cup of coffee

Test the result