View cats.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> |
View shiryo error
AWS | |
Services | |
OpsWorks | |
Edit | |
tberry @ touchbistro | |
View shiryo error
AWS | |
Services | |
OpsWorks | |
Edit | |
tberry @ touchbistro | |
View gist:f1e53bc9bef2b6b0d64f
[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 |
View phoenix.conf
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] |