
Now let's restart our machine, go back to our terminal and exit the shell with exit then restart the machine, SSH back into it and restart Apache as well. In your browser, navigate to and you should see Apache's welcome page. This is fantastic we have our vagrant machine up and running!īut we need something other than Apaches default welcome page to display. Lets go back to our Vagrantfile in our text editor and uncommentĬonfig.vm.synced_folder "./data", "/vagrant_data" In that folder lets just create a basic hello world with PHP Let's create a new directory on the desktop called vagrant_site So how do we get our own files onto the Vagrant machine? Well in our Vagrantfile there is config line called config.vm.synced_folder. We now need to change "./data" to our hello world folder and "/vagrant_data" to the path where our files will live within the Vagrant Machine. Now let's configure our database connection with MySQL and setup Sequel Pro as a GUI to our database. #Mac os x vagrant box for virtualbox pro.#Mac os x vagrant box for virtualbox install.



