Skip to content

Instantly share code, notes, and snippets.

View switchflip's full-sized avatar

Tom Berry switchflip

  • Toronto, Canada
View GitHub Profile
@switchflip
switchflip / cats.html
Created February 18, 2016 00:46
Introduction to HTML
<!DOCTYPE html>
<html>
<head>
<!-- Add meta tags in the head -->
<meta charset="utf-8">
<title>Cats</title>
</head>
<body>
<h1 style="color:#A37417; background-color:#ccc">Cats and stuff</h1>
<p>Cats are super awesome and do stuff. More on stuff later.</p>
AWS
Services
OpsWorks
Edit
tberry @ touchbistro
AWS
Services
OpsWorks
Edit
tberry @ touchbistro
[2015-11-23T14:59:39+00:00] INFO: Forking chef instance to converge...
[2015-11-23T14:59:39+00:00] INFO: *** Chef 11.10.4 ***
[2015-11-23T14:59:39+00:00] INFO: Chef-client pid: 1182
[2015-11-23T14:59:40+00:00] INFO: Setting the run_list to ["opsworks_custom_cookbooks::load", "opsworks_custom_cookbooks::execute"] from JSON
[2015-11-23T14:59:40+00:00] WARN: Run List override has been provided.
[2015-11-23T14:59:40+00:00] WARN: Original Run List: [recipe[opsworks_custom_cookbooks::load], recipe[opsworks_custom_cookbooks::execute]]
[2015-11-23T14:59:40+00:00] WARN: Overridden Run List: [recipe[opsworks_custom_cookbooks::load], recipe[opsworks_custom_cookbooks::execute]]
[2015-11-23T14:59:40+00:00] INFO: Run List is [recipe[opsworks_custom_cookbooks::load], recipe[opsworks_custom_cookbooks::execute]]
[2015-11-23T14:59:40+00:00] INFO: Run List expands to [opsworks_custom_cookbooks::load, opsworks_custom_cookbooks::execute]
[2015-11-23T14:59:40+00:00] INFO: Starting Chef Run for fibratus.localdomain
@switchflip
switchflip / phoenix.conf
Created August 11, 2015 21:02
Upstart phoenix ubuntu 14.04
description "test_app upstart"
## Uncomment the following two lines to run the
## application as www-data:www-data
setuid phoenix
setgid phoenix
start on runlevel [2345]
stop on runlevel [016]