Devops Tutorial for beginners
by
IT EXPERT TRAINING
April 04, 2022
Devops Tutorial for beginners
DevOps is the combination of cultural philosophies, practices, and tools that increases an organization's ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes.
1.Download chef old version working in this linux machine(G drive) = Click To Download
2.Download link 2ed = https://packages.chef.io/files/stable/chef-workstation/0.2.21/el/6/chef-workstation-0.2.21-1.el6.x86_64.rpm
To download all ci cd jenkins download all software = CLICK 
Cress arugula peanut tigernut wattle seed kombu parsnip. Lotus root mung bean arugula tigernut horseradish endive yarrow gourd. Radicchio cress avocado garlic quandong collard greens.
download docker file then install
ReplyDeletelink :
https://docs.docker.com/desktop/install/ubuntu/
code #wget https://docs.docker.com/desktop/install/ubuntu/
download next
yum install docker
ok
This comment has been removed by the author.
ReplyDeleteDownload chef workstation
ReplyDelete#yum update -y
# wget https://packages.chef.io/files/stable/chef-workstation/20.7.96/el/7/chef-workstation-20.7.96-1.el7.x86_64.rpm
this packet download and install
#yum install chef-workstation-20.7.96-1.el7.x86_64.rpm -y
and install all packet and ok
********CODE USED IN THE LAB******
ReplyDeleteLINK TO DOWNLOAD CHEF-WORKSTATION
https://packages.chef.io/files/stable...
file '/myfile' do
content 'Welcome to Devops'
action :create
end
*********
package 'tree' do
action :install
end
file '/myfile2' do
content 'This is My Second Project code'
action :create
owner 'root'
group 'root'
end
*********
package 'httpd' do
action :install
end
file '/var/www/html/index.html' do
content 'Welcome to Pradhyuman'
action :create
end
service 'httpd' do
action [:enable, :start]
end
*****************************************************
chef sit all tutorial in
ReplyDeletehttps://docs.chef.io/workstation/getting_started/
19 L
ReplyDeleteCODE USED IN THIS LAB****
file '/basicinfo' do
content "This is to get Attributes
HOSTNAME: #{node['hostname']}
IPADDRESS: #{node['ipaddress']}
CPU: #{node['cpu']['0']['mhz']}
MEMORY: #{node['memory']['total']}"
owner 'root'
group 'root'
action :create
end
***********************************************
to information all pc hardware cpu, ram , ip Etc......
https://drive.google.com/file/d/1gcWlVscSq19ocOQiM__-eQU-4mtTw-AI/view?usp=sharing
ReplyDeleteto download all ci cd jenkins download all software