This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Escape Multifunction", | |
"rules": [ | |
{ | |
"description": "Change Esc to both Esc and Control", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "escape", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sidekiq interaction and startup script | |
files: | |
"/opt/elasticbeanstalk/hooks/appdeploy/post/50_restart_sidekiq.sh": | |
mode: "000755" | |
content: | | |
#!/bin/bash | |
. /opt/elasticbeanstalk/hooks/common.sh | |
. /opt/elasticbeanstalk/support/envvars |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### starting test load_ruby-version. | |
$ : prepare | |
$ true TMPDIR:${TMPDIR:=/tmp}: | |
$ d=$TMPDIR/test-user | |
$ mkdir -p $d | |
$ cd $d | |
$ unset GEM_HOME GEM_PATH | |
$ PATH="$( echo $PATH | sed 's/^.*rvm[^:]*://' )" | |
# passed: env PATH != /rvm/ | |
$ "$rvm_path/bin/rvm" install 2.0.0-p353 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: Analyzing application dependencies in node app | |
info: Checking app availability stickies | |
info: Creating app stickies | |
info: Creating snapshot 0.0.1 | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
error: No matching versions found | |
help: For help with this error contact Nodejitsu Support: | |
help: webchat: <http://webchat.nodejitsu.com/> | |
help: irc: <irc://chat.freenode.net/#nodejitsu> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path.existsSync is now called `fs.existsSync`. | |
info: Welcome to Nodejitsu hiattp | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing your application dependencies in app.js | |
info: Creating snapshot 0.0.4 | |
error: Error running command deploy | |
error: socket hang up | |
error: Error: socket hang up | |
error: at createHangUpError (http.js:1253:15) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path.existsSync is now called `fs.existsSync`. | |
info: Welcome to Nodejitsu hiattp | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing your application dependencies in app.js | |
info: Creating snapshot 0.0.4 | |
error: Error running command deploy | |
error: write EPIPE | |
error: Error: write EPIPE | |
error: at errnoException (net.js:781:11) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "food-exercises", | |
"version": "0.0.3-1", | |
"private": true, | |
"dependencies": { | |
"express": "2.5.8", | |
"ejs": ">= 0.0.1" | |
}, | |
"scripts": { | |
"start": "app.js" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path.existsSync is now called `fs.existsSync`. | |
info: Welcome to Nodejitsu hiattp | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing your application dependencies in app.js | |
info: Creating snapshot 0.0.3 | |
info: Updating app food-exercises | |
info: Activating snapshot 0.0.3 for food-exercises | |
info: Stopping app food-exercises | |
info: App food-exercises is now stopped |