-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcog.html
More file actions
408 lines (388 loc) · 16.8 KB
/
cog.html
File metadata and controls
408 lines (388 loc) · 16.8 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!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">
<meta name="description" content="Operable, makers of Cog, the ChatOps platform you've been looking for.">
<meta name="abstract" content="Cog is the ChatOps chatbot you've been looking for. Bring your CLI into and work collaboratively with your team with Cog.">
<meta name="keywords" content="Operable, devops, chatops, chatbot, slackbot, Cog">
<meta name="author" content="Operable, Inc.">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<title>
Cog + ChatOps = Continuous DevOps
</title>
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href="assets/css/toolkit-startup.css" rel="stylesheet">
<link href="assets/css/application-startup.css" rel="stylesheet">
<link href="assets/css/operable.css" rel="stylesheet">
<!-- Google Analytics
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-73327436-1', 'auto');
ga('send', 'pageview');
</script>
<style>
/* note: this is a hack for ios iframe for bootstrap themes shopify page */
/* this chunk of css is not part of the toolkit :) */
/* …curses ios, etc… */
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
body {
width: 1px;
min-width: 100%;
*width: 100%;
}
#stage {
height: 1px;
overflow: auto;
min-height: 100vh;
-webkit-overflow-scrolling: touch;
}
}
</style>
</head>
<body>
<!--NAVIGATION START-->
<!--NAVIGATION MOBILE START-->
<div class="stage-shelf stage-shelf-right hidden" id="sidebar">
<ul class="nav nav-bordered nav-stacked">
<li class="nav-header">Operable</li>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="cog.html" class="active">Get Cog</a>
</li>
<li>
<a href="enterprise.html">Enterprise</a>
</li>
<li>
<a href="http://cog-book.operable.io">Docs</a>
</li>
<li>
<a href="http://blog.operable.io">Blog</a>
</li>
<li>
<a href="http://www.github.com/operable">GitHub</button></a>
</li>
<li>
<a href="branding.html">Branding</a>
</li>
<li class="nav-divider"></li>
<li class="nav-header">Communication</li>
<li>
<a href="http://slack.operable.io/">Slack</a>
</li>
<li>
<a href="http://twitter.com/operableinc">Twitter</a>
</li>
<li>
<a href="mailto:info@operable.io">Contact</a>
</li>
<li>
<a href="http://eepurl.com/b6TBMj">Newsletter Sign Up</a>
</li>
</ul>
</div>
<!--NAVIGATION MOBILE END-->
<!--NAVIGATION WEB HEAD START-->
<div class="stage" id="stage">
<div class="block app-header">
<nav class="navbar-default navbar-fixed-top navbar-padded app-navbar p-t-md">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed p-x-0"
data-target="#stage" data-toggle="stage" data-distance="-250">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img class="tall" src="assets/img/logobb.png">
</a>
</div>
<div class="navbar-collapse collapse text-uppercase">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="cog.html" class="active">Get Cog</a>
</li>
<li>
<a href="enterprise.html">Enterprise</a>
</li>
<li>
<a href="http://cog-book.operable.io">Docs</a>
</li>
<li>
<a href="http://blog.operable.io">Blog</a>
</li>
<li>
<a href="mailto:info@operable.io">Contact</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!--NAVIGATION WEB HEAD END-->
<!--NAVIGATION END-->
<!-- CONTENT BEGINNING -->
<div class="block-secondary p-b-md">
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-6">
<img class="wide" src="assets/img/cog_peek.svg">
</div>
<div class="col-lg-6 col-sm-6">
<h1 class="introcopy crumb">Get Cog</h1>
<h3 class="text-info">Built for ChatOps.</h3>
<p>Use Cog to manage your infrastructure, support peer learning, and conduct collaborative research at the same time, right from chat. Cog is easy to install and simple to operate while remaining powerful enough to handle complex enterprise workflows.</p>
<a href="enterprise.html"><button class="btn btn-primary btn-lg text-uppercase">Cog for Enterprise Teams</button></a>
<hr>
<p>Already have ChatOps practices and want to give Cog a try?<br><a href="https://cog-book.operable.io/sections/installation_guide.html">Cog's Installation Guide</a>
</p>
</div>
</div>
</div>
</div>
<div class="block-secondary p-b-md">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-4 gray">
<h3 class="text-center"><a href="http://bundles.operable.io">Bundle Warehouse</h3></a>
<p>Command Bundles make Cog go. Download, install, or search for bundles in the community Bundle Warehouse. </p>
</div>
<div class="col-lg-4 col-sm-4 gray2">
<h3 class="text-center"><a href="enterprise.html">Cog for Enterprise Teams</h3></a>
<p>Does your team need a quick enterprise grade installation of Cog, expert support, and consultation? We've got you covered.</p>
</div>
<div class="col-lg-4 col-sm-4 gray">
<h3 class="text-center"><a href="http://cog-book.operable.io">The Cog Book</a></h3></a>
<p>Cog's documentation in one place. Learn about Cog's architecture, Command Bundles, and our motivation behind Cog.</p>
</div>
</div>
</div>
</div>
<div class="secondary_block">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="text-info text-center text-uppercase">How does Cog measure up?</h2>
<hr>
<p>ChatOps solutions like Cog vary in how they are built, what chat platforms they work on, and how they handle security. Here is how Cog measures up to Hubot and Lita. ErrBot and YetiBot are soon to follow. This comparison table is a work in progress, so if there is additional information you are interested in seeing compared OR if there are corrections that need to be made, please <a href="mailto:info@operable.io?subject=Cog_VS_Friends_Thoughts">let us know</a>.
</div>
<table class="table table-responsive table-hover">
<thead>
<tr>
<th></th>
<th><h3>Cog</h3></th>
<th><h3>Hubot</h3></th>
<th><h3>Lita</h3></th>
</tr>
</thead>
<tbody>
<tr>
<td><h3>Chat Connectivity</h3></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Slack</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>HipChat</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>IRC</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td><h3>Extensibility</h3></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Interaction Model</td>
<td>Unix CLI</td>
<td>Conversational</td>
<td>Conversational</td>
</tr>
<tr>
<td>Pipeline Support</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>Supported Languages</td>
<td>Any</td>
<td>Coffeescript, JS</td>
<td>Ruby</td>
</tr>
<tr>
<td>Webhook Triggers</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>Presence-based Events</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td><h3>Security</h3></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Command Isolation</td>
<td>Isolated</td>
<td>Shared</td>
<td>Shared</td>
</tr>
<tr>
<td>Command Execution</td>
<td>Separate process; Docker Container</td>
<td>Embedded</td>
<td>Embedded</td>
</tr>
<tr>
<td>Fine Grained ACLs</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>Audit Log</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td><h3>Operablility</h3></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>HA Command Execution</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>Command Deployment</td>
<td>Docker image; Config Mgmt</td>
<td>npm package; script file</td>
<td>Ruby gem; script file</td>
</tr>
<tr>
<td>Data Storage</td>
<td>Postgres</td>
<td>Redis (for persistence by default)</td>
<td>Redis (default)</td>
</tr>
<tr>
<td>Management Interface</td>
<td>Chat, CLI (cogctl), REST APIs</td>
<td>TBD</td>
<td>API</td>
</tr>
</tbody>
</table>
<hr>
<div class="col-lg-12">
<h2 class="text-info text-center text-uppercase">What are you waiting for?</h2>
<p class="text-center"><a href="https://cog-book.operable.io/sections/installation_guide.html"><button class="btn btn-default btn-lg text-uppercase">Cog Installation Guide</button></a>
<a href="mailto:enterprise@operable.io"><button class="btn btn-primary btn-lg text-uppercase">Let's Talk Enterprise Cog</button></a></p>
</div>
</div>
</div>
</div>
</div>
<!--NAVIGATION DIV END-->
<!-- CONTENT END -->
<!-- FOOTER -->
<div class="block-secondary block-footer">
<div class="container">
<div class="row">
<div class="col-sm-4 m-b-md">
<h3 class="text-uppercase footer">About Operable</h3>
<p><strong>Cog is the ChatOps platform you've been waiting for.</strong> Built with powerful access controls and comprehensive auditing means you can collaborate on even the most sensitive tasks with confidence.</p>
<p>We focus on extensibility, adaptability, and usability so your team can respond quickly to the unexpected without sacrificing speed, visibility, or security.<p>
<p>You can have your <i class="fa fa-birthday-cake" aria-hidden="true" title="Mmmm...cake"></i> and eat it too.</p>
</div>
<div class="col-sm-4 m-b-md">
<h3 class="text-uppercase footer">Product</h3>
<ul class="list-unstyled">
<li><a href="cog.html">Get Cog</a></li>
<li><a href="enterprise.html">Enterprise Cog</a></li>
<li><a href="http://cog-book.operable.io">Documentation</a></li>
<li><a href="http://www.github.com/operable"><i class="fa fa-github" aria-hidden="true"></i> GitHub</a></li>
</ul>
<h3 class="text-uppercase footer">Company</h3>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="http://blog.operable.io">Blog</a></li>
<li><a href="branding.html">Branding</a></li>
<li><a href="mailto:info@operable.io">Contact</a></li>
<li><a href="http://twitter.com/operableinc"><i class="fa fa-twitter" aria-hidden="true"></i> Twitter</a></li>
<li><a href="https://www.iubenda.com/privacy-policy/7789404">Privacy Policy</a></li>
<ul>
</div>
<div class="col-sm-4 m-b-md">
<h3 class="text-uppercase footer">Chat</h3>
<p>Join us in our public Cog chat channel on Slack.
</p>
<a href="http://slack.operable.io/"><button class="btn btn-slack btn-lg btn-borderless text-uppercase">Chat with us on <i class="fa fa-slack" aria-hidden="true"></i> Slack</button></a>
<h3 class="text-uppercase footer">Email</h3>
<p>Sign up to get important updates about Cog. We take your privacy very seriously and will never share your contact information.
</p>
<div id="mc_embed_signup">
<form action="//operable.us10.list-manage.com/subscribe/post?u=476dad5ee4509929cf7b6f956&id=ccc5ff6410" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<p><input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required></p>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_476dad5ee4509929cf7b6f956_ccc5ff6410" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" class="btn btn-default" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
</div>
</div>
<hr>
<p class="text-muted text-xs-center">Copyright © 2016 Operable Inc.</p>
</div>
</div>
<!-- FOOTER END-->
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/toolkit.js"></script>
<script src="assets/js/application.js"></script>
</body>
</html>