Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
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 A comprehensive guide to get you up and running with Chef-Solo.

Arrow left icon
Product type Paperback
Published in Jun 2014
Publisher
ISBN-13 9781783982462
Length 116 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Naveed ur Rahman Naveed ur Rahman
Author Profile Icon Naveed ur Rahman
Naveed ur Rahman
Arrow right icon
View More author details
Toc

Prerequisites of Chef-Solo

We already discussed about installation setups for Chef-Solo. If you are using the Omnibus method, you don't need to worry about any dependencies. However, for installation as a Ruby gem or package management, please ensure that the following packages are installed on your machine.

Use the following command to install the required packages:

$ sudo apt-get install Ruby1.9.3 build-essential

For Omnibus, make sure curl is installed on your machine:

$ sudo apt-get install curl

Tip

curl is a command-line tool for transferring data with URL syntax. It supports various protocols including HTTP, FTP, and FTPS.

Some dependencies for Berkshelf are as follows:

$ sudo apt-get install libxslt-dev libxml2-dev openssl zlib1g

To ensure that Chef-Solo installs correctly, go to the terminal and write the following command:

$ chef-solo -v

The preceding command will display the Chef version as shown in the following screenshot:

Prerequisites of Chef-Solo
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 €18.99/month. Cancel anytime