]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Changes the development instructions to use ChefDK 169/head
authorWalter Huf <walter.huf@corvisa.com>
Tue, 28 Oct 2014 19:11:27 +0000 (14:11 -0500)
committerWalter Huf <walter.huf@corvisa.com>
Tue, 28 Oct 2014 19:11:27 +0000 (14:11 -0500)
README.md

index d22771648d4943381140b52abe8163f2c2c7bd73..1f513eef896cd4ab38f623ac01be1264dde59857 100644 (file)
--- a/README.md
+++ b/README.md
@@ -175,20 +175,21 @@ The ceph\_cephfs LWRP provides an easy way to mount CephFS. It will automaticall
 
 This cookbook requires a style guide for all contributions. Travis will automatically verify that every Pull Request follows the style guide.
 
-1. gem install bundler
-2. bundle install
-3. bundle exec rake style
+1. Install [ChefDK](http://downloads.getchef.com/chef-dk/)
+2. Activate ChefDK's copy of ruby: `eval "$(chef shell-init bash)"`
+3. `bundle install`
+4. `bundle exec rake style`
 
 ### Testing
 
 This cookbook uses Test Kitchen to verify functionality. A Pull Request can't be merged if it causes any of the test configurations to fail.
 
-1. gem install berkshelf
-2. gem install bundler
-3. bundle install
-4. bundle exec kitchen test aio-debian-74
-4. bundle exec kitchen test aio-ubuntu-1204
-4. bundle exec kitchen test aio-ubuntu-1404
+1. Install [ChefDK](http://downloads.getchef.com/chef-dk/)
+2. Activate ChefDK's copy of ruby: `eval "$(chef shell-init bash)"`
+3. `bundle install`
+4. `bundle exec kitchen test aio-debian-74`
+5. `bundle exec kitchen test aio-ubuntu-1204`
+6. `bundle exec kitchen test aio-ubuntu-1404`
 
 ## LICENSE AND AUTHORS