This repository has been archived by the owner on Feb 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.html
701 lines (670 loc) · 23.7 KB
/
manifest.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
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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
<!DOCTYPE html>
<html lang="en">
<head>
<title>Vessel – Manifest File Specification</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="ico/vessel.ico">
</head>
<body class="manifest">
<nav class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<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="/">VESSEL</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="docs.html">Documentation</a></li>
<li><a href="index.html#faq">FAQ</a></li>
<li><a href="getting-started.html">Getting Started</a></li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="col-sm-10 col-sm-offset-1">
<h1>Manifest File Specification</h1>
<p>The Vessel manifest file is stored in <a href="http://www.yaml.org/spec/1.2/spec.html">YAML</a> format and is comprised of four distinct areas: docker, containers, ssh and vagrant. The following document details the available attributes in each section and their intended use. In addition to the attribute level details for each section, an example manifest is located at the bottom of the document.</p>
<h2>Sections</h2>
<p>Each section is a top-level attribute in the YAML file. The format of each section varies with the type of information that they contain.</p>
<h3 id="containers">containers</h3>
<p>The containers section is a list of Docker container definitions. The following attribute table defines the attributes of each object in the containers list.</p>
<table class="table table-striped table-condensed">
<thead>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Required</th>
<th>Default</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td>name</td>
<td>The name of the container</td>
<td class="text-center">Yes</td>
<td></td>
<td><code>MyApp</code></td>
</tr>
<tr>
<td>category</td>
<td>A category name for the container. Containers designated as <code>Low-Level</code> will show up on the right side list, while all others will show up on the left.</td>
<td class="text-center">No</td>
<td></td>
<td><code>API</code></td>
</tr>
<tr>
<td>cpuShares</td>
<td>Specify the docker CPU shares value</td>
<td class="text-center">No</td>
<td></td>
<td></td>
</tr>
<tr>
<td>dependencies</td>
<td>A list of containers that this container is dependent upon. Specifying dependencies will ensure the dependency is started before this container. If a dependency exposes volumes, this container will automatically use them.</td>
<td class="text-center">No</td>
<td></td>
<td><pre>- consul
- memcached
- postgresql</pre></td>
</tr>
<tr>
<td>dns</td>
<td>Override the default DNS with a specific DNS server for the container</td>
<td class="text-center">No</td>
<td></td>
<td><code>8.8.4.4</code></td>
</tr>
<tr>
<td>enabled</td>
<td>Specify that the container should be enabled on load of the application</td>
<td class="text-center">No</td>
<td><code>false</code></td>
<td><code>true</code></td>
</tr>
<tr>
<td>env</td>
<td>A mapping of key/value pairs to pass in as environment values</td>
<td class="text-center">No</td>
<td></td>
<td>
<pre>foo: barbaz: qux </pre>
</td>
</tr>
<tr>
<td>icon</td>
<td>The icon to use for the container. See the Container Icons document for available icons.</td>
<td class="text-center">No</td>
<td><code>cube</code></td>
<td></td>
</tr>
<tr>
<td>image</td>
<td>The docker image to use. Note the <code><server></code> macro replaces the <code><server></code> value with the value defined in the docker attributes.</td>
<td class="text-center">Yes</td>
<td></td>
<td><code><server>/aweber/redis</code></td>
</tr>
<tr>
<td>memory</td>
<td>Limit the container to using N bytes of memory</td>
<td class="text-center">No</td>
<td></td>
<td><code>209715200</code></td>
</tr>
<tr>
<td>memorySwap</td>
<td>Limit the container to using N bytes of swap</td>
<td class="text-center">No</td>
<td></td>
<td><code>209715200</code></td>
</tr>
<tr>
<td>path</td>
<td>An optional path to the command that should be run when starting the container</td>
<td class="text-center">No</td>
<td></td>
<td><code>/usr/bin/supervisord</code></td>
</tr>
<tr>
<td>ports</td>
<td>A list of ports to make available from the docker container. This can either be a list of integer values or a list of complex <a href="#ports">Port</a> objects.</td>
<td class="text-center">No</td>
<td></td>
<td>
<pre>- 8080
- 8081</pre>
<p>or</p>
<pre>- guest: 8080
host: 8080
- guest: 8081
host: 8081</pre>
</td>
</tr>
<tr>
<td>repository</td>
<td>Defines the git repository for a project/container. See the <a href="#repository">Repository</a> definition.</td>
<td class="text-center">No</td>
<td></td>
<td><pre>url: [email protected]:awvessel/vessel.git
branch: master</pre></td>
</tr>
<tr>
<td>required</td>
<td>Indicates the container is required for all other containers in the manifest unless the container specifies the standalone flag.</td>
<td class="text-center">No</td>
<td><code>false</code></td>
<td><code>true</code></td>
</tr>
<tr>
<td>standalone</td>
<td>Indicates the container should ignore any required containers as dependencies.</td>
<td></td>
<td><code>false</code></td>
<td><code>true</code></td>
</tr>
<tr>
<td>tags</td>
<td>A list of keywords to tag the container with that can be used for searching containers</td>
<td class="text-center">No</td>
<td></td>
<td>
<pre>- database
- postgresql</pre>
</td>
</tr>
<tr>
<td>user</td>
<td>A user to run the container as</td>
<td class="text-center">No</td>
<td></td>
<td><code>www-data</code></td>
</tr>
<tr>
<td>visible</td>
<td>Indicates the container should not be visible in the UI but still processed as a dependency of global requirement.</td>
<td class="text-center">No</td>
<td><code>true</code></td>
<td><code>false</code></td>
</tr>
<tr>
<td>volumes</td>
<td>A list of paths to make available from this container to other containers.</td>
<td class="text-center">No</td>
<td></td>
<td>
<pre>- /var/log/foo
- /etc/bar</pre>
</td>
</tr>
</tbody>
</table>
<h4 id="ports">Ports Definition</h4>
<table class="table table-striped">
<thead>
<tr>
<th>Attribute</th>
<th>Description</th>
<th class="text-center">Required</th>
<th class="text-center">Default</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td>guest</td>
<td>The port to expose from the docker container</td>
<td class="text-center">Yes</td>
<td></td>
<td>8080</td>
</tr>
<tr>
<td>guest_ip</td>
<td>Bind to a specific guest IP address</td>
<td class="text-center">No</td>
<td></td>
<td><code>0.0.0.0</code></td>
</tr>
<tr>
<td>host</td>
<td>The port to expose on the host</td>
<td class="text-center">Yes</td>
<td></td>
<td><code>8080</code></td>
</tr>
<tr>
<td>host_ip</td>
<td>Bind to a specific host IP address</td>
<td class="text-center">No</td>
<td></td>
<td><code>0.0.0.0</code></td>
</tr>
<tr>
<td>protocol</td>
<td>The socket type for the port (tcp, udp)</td>
<td class="text-center">No</td>
<td class="text-center"><code>tcp</code></td>
<td><code>tcp</code></td>
</tr>
</tbody>
</table>
<h4 id="repository">Repository</h4>
<p>An optional git repository to clone for the container that will be made available in the container in <code>/opt/source</code>.</p>
<table class="table table-striped">
<thead>
<tr>
<th>Attribute</th>
<th>Description</th>
<th class="text-center">Required</th>
<th class="text-center">Default</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td>url</td>
<td>The URL of the repository to clone</td>
<td class="text-center">Yes</td>
<td></td>
<td><code>https://github.com/awvessel/vessel.git</code></td>
</tr>
<tr>
<td>branch</td>
<td>The default branch to select for the clone</td>
<td class="text-center">No</td>
<td>master</td>
<td>master</td>
</tr>
</tbody>
</table>
<h3 id="docker">docker</h3>
<table class="table table-striped">
<thead>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td>server</td>
<td>The docker server to use for replacing the server macro in the container image value</td>
<td><code>docker.foo.com</code></td>
</tr>
</tbody>
</table>
<h3 id="ssh">ssh</h3>
<p>All SSH attributes are required</p>
<table class="table table-striped">
<thead>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td>key/private</td>
<td>The SSH private key to use for access to docker containers</td>
<td><code>ssh-rsa AAAAB ... 0rpLaSn core@awdev</code></td>
</tr>
<tr>
<td>key/public</td>
<td>The SSH public key to use for access to docker containers</td>
<td>
<pre>-----BEGIN RSA PRIVATE KEY-----
MIIEogIBAAKCAQEAusS3LbsL/fhSP5 ...
-----END RSA PRIVATE KEY-----</pre></td>
</tr>
</tbody>
</table>
<h3 id="#vagrant">Vagrant</h3>
<p>All vagrant attributes are required</p>
<table class="table table-striped">
<thead>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td>box</td>
<td>The name of the box that will be used</td>
<td><code>coreos-beta</code></td>
</tr>
<tr>
<td>cpu_count</td>
<td>The number of CPUs to make available in the VM</td>
<td><code>2</code></td>
</tr>
<tr>
<td>ram</td>
<td>The amount of RAM in KB to make available in the VM</td>
<td><code>2048</code></td>
</tr>
<tr>
<td>hostname</td>
<td>The hostname of the VM</td>
<td><code>awdev</code></td>
</tr>
<tr>
<td>network/type</td>
<td>The type of network (one of public, private)</td>
<td><code>private</code></td>
</tr>
<tr>
<td>network/ip</td>
<td>The IP address to use for the VM</td>
<td><code>192.168.1.10</code></td>
</tr>
<tr>
<td>providers</td>
<td>A list of provider box definitions</td>
<td>See <a href="#ManifestSpecification-provider">Provider Definition</a></td>
</tr>
<tr>
<td>synced_folders</td>
<td>A list of synced folders to make available to the VM</td>
<td>See <a href="#ManifestSpecification-syncedfolders">Synced Folders Definition</a></td>
</tr>
</tbody>
</table>
<h4>Provider Definition</h4>
<table class="table table-striped">
<thead>
<tr>
<th>Attribute</th>
<th>Description</th>
<th class="text-center">Required</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td>name</td>
<td>The provider name</td>
<td class="text-center">Yes</td>
<td><code>virtualbox</code></td>
</tr>
<tr>
<td>min_version</td>
<td>The minimum box version</td>
<td class="text-center">No</td>
<td><code>324.1.0</code></td>
</tr>
<tr>
<td>url</td>
<td>The URL to the box or box manifest</td>
<td class="text-center">Yes</td>
<td><a href="http://storage.core-os.net/coreos/amd64-usr/beta/coreos_production_vagrant.json" class="external-link" rel="nofollow">http://storage.core-os.net/coreos/amd64-usr/beta/coreos_production_vagrant.json</a></td>
</tr>
</tbody>
</table>
<h4>Synced Folder Definition</h4>
<table class="table table-striped">
<thead>
<tr>
<th>Attribute</th>
<th>Description</th>
<th class="text-center">Required</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td>name</td>
<td>The folder/directory name in the environment directory</td>
<td class="text-center">Yes</td>
<td><code>source</code></td>
</tr>
<tr>
<td>mount</td>
<td>The VM mount point path</td>
<td class="text-center">Yes</td>
<td><code>/mnt/source</code></td>
</tr>
<tr>
<td>options</td>
<td>Optional NFS options</td>
<td class="text-center">No</td>
<td><code>nolock,vers=3,udp</code></td>
</tr>
</tbody>
</table>
<h3 id="example">Example</h3>
<p>The following is an example of a Vessel manifest file:</p>
<pre>%YAML 1.2
---
containers:
- name: mongodb_data
image: aweber/mongodata
standalone: true
visible: false
volumes:
- /var/lib/mongodb
- name: mysql_data
image: aweber/mysqldata
standalone: true
visible: false
volumes:
- /var/lib/mysql
- name: pgsql_data
image: aweber/pgdata
standalone: true
visible: false
volumes:
- /var/lib/postgresql
- name: redis_data
image: aweber/redisdata
standalone: true
visible: false
volumes:
- /var/lib/redis
- name: Couchbase
category: Low-Level
icon: couchbase
image: aweber/couchbase
ports:
- 8091
- 8092
- 11210
- 11211
- name: Elasticsearch
category: Low-Level
icon: elasticsearch
image: aweber/elasticsearch
ports:
- 9200
- 9300
- name: Ghost
category: Application
icon: nodejs
image: aweber/ghost
ports:
- 2368
repository:
url: https://github.com/TryGhost/Ghost.git
- name: Grafana
category: Application
dependencies:
- Elasticsearch
- Graphite
icon: fa-dashboard
image: aweber/grafana
ports:
- 9202
- name: Graphite
category: Low-Level
icon: fa-bar-chart-o
image: aweber/graphite
ports:
- 2003
- 2004
- 2005
- name: InfluxDB
category: Low-Level
image: aweber/influxdb
ports:
- 8083
- 8086
- 8090
- 8099
- name: Kibana
category: Application
dependencies:
- Elasticsearch
icon: elasticsearch
image: aweber/elasticsearch
ports:
- 9201
- name: Memcached
category: Low-Level
icon: memcached
image: aweber/memcached
ports:
- 11211
- name: MongoDB
category: Low-Level
icon: mongodb
image: aweber/mongodb
dependencies:
- mongodb_data
ports:
- 27017
- name: MySQL
category: Low-Level
icon: mysql
image: aweber/mysql
dependencies:
- mysql_data
ports:
- 3306
- name: PostgreSQL
category: Low-Level
dependencies:
- pgsql_data
icon: postgresql
image: aweber/postgresql
ports:
- 5432
- name: RabbitMQ
category: Low-Level
icon: rabbitmq
image: aweber/rabbitmq
ports:
- 1883
- 4369
- 5672
- 15672
- 25672
- name: Redis
category: Low-Level
icon: redis
image: aweber/redis
dependencies:
- redis_data
ports:
- 6379
- name: StatsD
category: Low-Level
icon: nodejs
image: aweber/statsd
ports:
- guest: 8125
host: 8125
protocol: udp
- guest: 8126
host: 8126
protocol: tcp
docker:
server: registry.hub.docker.com
ssh:
key:
public:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHpYVjhNAcP46zDXCaFQkahbSxfHXu34XSrXaevrzOwIiU+Lvm505lDQNtjHNniAK5uyBHR20n1LDLhFINbNQeTr0JL4LF1cQf4xigk1u4Cowy94OfcQOU1tBKUHI23qsTRV9wzzFrdiBUZ/B6ACsIZLNQLx6ncMTAZv/QjUh1YuJUAmTJm79la3sAjJkhvnCs7g5w6GXMLYcXDI5Iz/WcN9GI+YyK5TNWknEuk+QfRbp9u/Q95EPW89KemVuuavxN2J/dJJzhEDQpFSTFgRixULhK4O9yHEK/enx8GAIapMqSDXmilnAZsqlyrYnGwuNoc2/BXBUhCic+JZ8i9cAz vessel@public
private: |
-----BEGIN RSA PRIVATE KEY-----
MIIEpAIBAAKCAQEAx6WFY4TQHD+Osw1wmhUJGoW0sXx17t+F0q12nr68zsCIlPi7
5udOZQ0DbYxzZ4gCubsgR0dtJ9Swy4RSDWzUHk69CS+CxdXEH+MYoJNbuAqMMveD
n3EDlNbQSlByNt6rE0VfcM8xa3YgVGfwegArCGSzUC8ep3DEwGb/0I1IdWLiVAJk
yZu/ZWt7AIyZIb5wrO4OcOhlzC2HFwyOSM/1nDfRiPmMiuUzVpJxLpPkH0W6fbv0
PeRD1vPSnplbrmr8Tdif3SSc4RA0KRUkxYEYsVC4SuDvchxCv3p8fBgCGqTKkg15
opZwGbKpcq2JxsLjaHNvwVwVIQonPiWfIvXAMwIDAQABAoIBAQCNrZzXXu0A3um5
jxQVhFANjk0IlzZp6h3hwE+pn9oFLwS+EzXlSsiLVYzVNRLAqfilLXJeowWHepxs
EN7ZwB1X1LC50AmRs32W02Yqregs1u9fS98QSvcrrLXrxuMGpUXqSxTLzX1YsV+I
BqrVKUFgl3XYtVefo5s8nttzeI+vHNfs0wAbEvaXJuFKZlvkfVgzFsyjE8FWhHJ4
r2+E4/3aObLyN21bT1w+8sW+xLAsExdQpe6vnHBJs5Jl8qxuBxpYLOKNgj6nhxR1
Gypno/64HR2sxxikJB17arPdFe3aH/BqMo3MdSo+ekCXHFPKb5HYm9jmWThnnGol
vKBvozNhAoGBAO+4510alzHMzd8gFNHdhr+WG3uGtMdj3qciY6n+SJ8RAJuYD40Z
GmNGycFnho+KL358Q+bAlKrIEzmKALeOQ/Qn3ajPUDk+uCOb7Dak1qXX+1H0AlKn
nsAF5baLtcKm3Gov1KDmMBhc8S59H226iwPebsw5fJ9wr4UyNMuX3ncPAoGBANUz
+wLZsXiaBEZrRP4vXCY4lMsuit9py6TPVEbL7fKSOELYCwE2fpyjOFAJOVPfpJUR
n4MZgmpTIg5cR7Det+gHSrhg4EciK1jEvBPI0u0c3OMPLPc40SAAA8pdoDYpFrk8
ROmQGxfjTlrT7dOdwkZnqUHIMm3pfEnU8nzbrYSdAoGBAJOOaTtx5qcMvZweDzKu
/QZoyznZzOT+oEqYbGhy0Ri4Snt7ufbMAOYi6IVXyAgKsvlUXCdpWxlUViEQxSg3
NbTP5SzHj0XtSUMB8wAfrtAeheAIJnXiH2FrP96BWLwcIYhrMKJpjikw7HQFKJdO
P8t92w1yRTePETsXkE/Rh2oZAoGAcs+XMKXCaEuoWbOSZ79hREPb/L6HkmAKhioQ
HD/dV29eVMC6zGBoNjm/LXqKIJyiqJPg7lxiWpeCE3GmOZz2NEEY/8lLfYLtDNSE
47KVw5JzcOLPOCKkmzLm16cri378+at3AL/VlzuVClxuCjM+V2OjRgVlAsNlZu0B
2DMEchECgYAs4rHtibhtMwJ5gTeyFIoU448MM3u/G2eQEbso0WyaY46mmdMD3Acz
Qf1jBeTjjTwjAgQd1jniNu79qLyCaaMedIlLF0dQRQ+od4BNZqCs12cUV+mtsOLw
vEfg8QcSTXlVLHZ8lNgVrSbvSpmsb5BDkuEM6SimvKK/Wfx8U2AJwg==
-----END RSA PRIVATE KEY-----
vagrant:
box: coreos-alpha
cpu_count: 2
ram: 2048
hostname: vessel-public
network:
type: private
ip: 192.168.50.101
providers:
- name: virtualbox
min_version: 402.2.0
url: http://storage.core-os.net/coreos/amd64-usr/alpha/coreos_production_vagrant.json
- name: vmware_fusion
min_version: 402.2.0
url: http://storage.core-os.net/coreos/amd64-usr/alpha/coreos_production_vagrant_vmware_fusion.json
synced_folders:
- name: scripts
mount: /home/core/bin
- name: source
mount: /mnt/source
</pre>
</div>
</div>
<footer>
Made with <i class="glyphicon glyphicon-heart"></i> at <a href="http://aweber.com">AWeber Communications</a>
</footer>
<script src="http://use.edgefonts.net/source-sans-pro.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script type="text/javascript">
</script>
<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-1759093-18', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>