Skip to content

manjunathadinka/dev_ops_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

dev_ops_notes

It is related to devops

Setting Up an Environment for Chef-Solo

Using the Omnibus installer

The Omnibus installer is a full installation and an executable script.They provide the executable script to install packages and dependencies.

Execute the following script by using the following command:

For Mac should be instaling with root
$sudo su-

sh-3.2#

 sudo curl -L https://www.opscode.com/chef/install.sh | bash

TIP

Curl utility is not installed by default. You can install by using the following command:

(ubuntu)

$ sudo apt-get install curl 

(Rehat, CentOS)

$ sudo yum install curl

(Mac OSX)

$ brew install curl

About

It is related to devops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors