Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Configuration Management with Chef-Solo

You're reading from  Configuration Management with Chef-Solo

Product type Book
Published in Jun 2014
Publisher
ISBN-13 9781783982462
Pages 116 pages
Edition 1st Edition
Languages
Author (1):
Naveed ur Rahman Naveed ur Rahman
Profile icon Naveed ur Rahman
Toc

Downloading recipes


Let's download a few recipes on a test environment and execute them with Chef-Solo.

First, we'll make a folder named cookbooks and download the Nginx recipe to execute. As we have already installed Chef-Solo in our working environment, use the following command to create a folder named cookbooks:

$ mkdir cookbooks && cd cookbooks
$ git clone https://github.com/opscode-cookbooks/nginx

Git provides two methods to download repositories to a local storage. We can use Git and/or https protocol to clone the repository. Our main objective is to place cookbooks under the cookbooks directory.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime