MiniCodeMonkey / Vagrant-LAMP-Stack

A dead-simple LAMP stack without any bells and whistles for your basic Linux/Apache/MySQL/PHP install.
431 stars 173 forks source link

Update README.md #23

Closed caoer closed 10 years ago

caoer commented 10 years ago

install >= 2.0.1 version of vagrant-berkshelf, otherwise, it will report error as following:

cannot load such file -- hashie/hash_extensions

jimm101 commented 10 years ago

Same here. See https://github.com/andrewgross/vagrant-chef-zero/issues/41. This can be fixed in the directions by running

$ vagrant plugin install vagrant-omnibus
before running
$ vagrant plugin install vagrant-berkshelf
.