forked from cfgmgmtcamp/cfgmgmtcamp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChef.html
More file actions
81 lines (71 loc) · 4.29 KB
/
Chef.html
File metadata and controls
81 lines (71 loc) · 4.29 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
<link rel="shortcut icon" href="favicon.ico">
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" />
<![endif]-->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>
<title>Chef Community at Config Management Camp 2014, Gent</title>
</head>
<body>
<nav>
<a href="#" id="menu-icon"></a>
<ul>
<li><a href="http://cfgmgmtcamp.eu/#about">About</a></li>
<li><a href="http://cfgmgmtcamp.eu/#deadlines">Deadlines</a></li>
<li><a href="http://cfgmgmtcamp.eu/#sponsors">Sponsors</a></li>
<li><a href="http://cfgmgmtcamp.eu/#route">Location</a></li>
<li><a href="http://cfgmgmtcamp.eu/#schedule">Schedule</a></li>
<li><a href="http://cfgmgmtcamp.eu/#contributions">Contributions</a></li>
<li><a href="http://cfgmgmtcamp.eu/fosdem.html">FOSDEM</a></li>
</ul>
</nav>
<div id="container">
<header>
<div class="inner">
<h1>#Cfgmgmtcamp</h1>
<div class="camp-info">
<h2><span class="blue">Config Management</span> <span class="green">Camp</span></h2>
<h2><strong>3</strong> and <strong>4</strong> February 2014</h2>
<h2>Gent, Belgium </h2>
</div>
</div>
</header>
<div class="inner">
<section id="about">
<h1 id="about">Chef Community Room</h1>
<p>
<a href="http://www.opscode.com/chef/">Chef</a> is an automation platform that transforms infrastructure into code. Stop thinking in terms of physical and virtual servers. With Chef, your real asset is the code that brings those servers and the services they provide to life. An automated infrastructure can accelerate your time to market, help you manage scale and complexity, and safeguard your systems.
</p>
<p>
Whether your network is in the cloud, on-site, or a hybrid, Chef can automate how you configure, deploy and scale your servers and applications, whether you manage 5 servers, 5,000 servers or 500,000 servers. It's no wonder that Chef has been chosen by companies like <a href="http://www.opscode.com/customers/facebook/">Facebook</a> and <a href="http://www.opscode.com/customers/schuberg-philis/">Schuberg Philis</a> for mission-critical challenges.
</p>
<p>
Join us in the Chef Community Room as we provide some introductory talks on Monday and allow for some more intermediate-to-advanced topics on Tuesday along with some time for open spaces and hacking.
</p>
<p>
What would you like to discuss or present in the Chef Community Room? Please submit a talk proposal below. All proposals are due by <a href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Chef+Community+Room+CFP+Deadline&iso=20131201T2359">11:59 UTC on December 1, 2013</a>.
</p>
<iframe src="https://docs.google.com/forms/d/1r32JFwdDQPQ0sD74Ap5xJN4BP5GUxV90Xk-1Waf12Ag/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<p>
We look forward to seeing you in Gent for the Config Management Camp. Please also consider submitting your talk as part of the <a href="/fosdem.html">Configuration Management devroom for FOSDEM</a>, too.
</p>
</div>
</div>
</body>
</html>