Skip to content

Commit

Permalink
Updated the info in README to use bundle install for gem installation
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Jul 29, 2012
1 parent 377d71f commit ebf1328
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,17 @@ Switch to the cloned repository:
cd elasticsearch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Install the neccessary gems:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~bash
bundle install
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You need to download the required third-party cookbooks (unless you already have them in `~/cookbooks`).
The easiest way is to use the bundled [_Berkshelf_](http://berkshelf.com) support:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~bash
gem install berkshelf
berks install --shims ./tmp/cookbooks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -160,7 +165,7 @@ You may want to test-drive this cookbook on a different distribution; check out
Launch the virtual machine with _Vagrant_ (it will download the box unless you already have it):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~bash
vagrant up lucid64
time vagrant up lucid64
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The machine will be started and automatically provisioned with
Expand Down

0 comments on commit ebf1328

Please sign in to comment.