Post

Chef Solo with virtualbox and vagrant part 5

Chef Solo with virtualbox and vagrant part 5

Chef Solo with virtualbox and vagrant part 5

This is the payoff step after all the Chef Solo and Vagrant setup in the earlier parts of this series. Once the cookbook is wired in, vagrant up provisions the whole VM automatically. The ‘It Works!’ page confirms the web server was configured correctly by Chef.

  • Test Cookbook

Now to test the changes execute on command line

1
2
3
cd  c:\testBox

vagrant up

Once the virtual machine is up and running, open your web browser and enter the below URL.

localhost

Hit enter and you should see

“It Works !”.

This post is licensed under CC BY 4.0 by the author.