-
Notifications
You must be signed in to change notification settings - Fork 0
/
intro.html
27 lines (27 loc) · 1.07 KB
/
intro.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DevOps</title>
</head>
<body>
<h1>Introduction</h1>
<h2>Définition</h2>
<p>
DevOps est un mouvement en ingénierie informatique et une pratique
technique visant à l'unification du développement logiciel (dev) et de
l'administration des infrastructures informatiques (ops), notamment
l'administration système.
</p>
<p>
Certaines définitions « commerciales » tentent de coupler DevOps à des
outils de construction de logiciel ou à des infrastructures Cloud.
</p>
<p>
D’autres définitions trompeuses voient DevOps comme une intersection du
travail des hommes dans une organisation IT.
</p>
</body>
</html>