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
~/work/boilerplate2 (master *%) $ jitsu deploy | |
info: Welcome to Nodejitsu hunterloftis | |
info: jitsu v0.10.2, node v0.8.11 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node server.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Users/hunter/work/boilerplate2/package.json | |
warn: Using '*' as a version for dependencies may eventually cause issues |
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
~/work/boilerplate2 (master *%) $ jitsu databases create redis mq | |
info: Welcome to Nodejitsu hunterloftis | |
info: jitsu v0.10.2, node v0.8.11 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command databases create redis mq | |
error: Database could not be created | |
error: Unknown error code: 502 | |
error: Try again and if it still fails, please contact nodejitsu | |
info: Nodejitsu ok | |
~/work/boilerplate2 (master *%) $ jitsu databases create redis sessions |
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
~/work/boilerplate2 (master) $ jitsu deploy | |
info: Welcome to Nodejitsu hunterloftis | |
info: jitsu v0.10.2, node v0.8.11 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node app.js | |
info: Creating snapshot 0.0.4 | |
info Uploading: [= ] 7% | |
info: Updating app components | |
info: Activating snapshot 0.0.4 for components |
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
~/work/boilerplate2 (master *) $ jitsu deploy | |
info: Welcome to Nodejitsu hunterloftis | |
info: jitsu v0.10.3-1, node v0.8.11 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node app.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Users/hunter/work/boilerplate2/package.json | |
warn: Using '*' as a version for dependencies may eventually cause issues |
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
~/work/canary (master *) $ jitsu logs | |
info: Welcome to Nodejitsu nko3-team-canary | |
info: jitsu v0.11.0, node v0.8.11 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command logs app | |
info: Attempting to load logs for /Users/hunter/work/canary/package.json | |
info: Listing logs for nko3-team-canary | |
[11/09 19:01:13 EST] Server running at http://0.0.0.0:8000/ | |
[11/09 19:48:43 EST] Listening on 80 | |
[11/09 19:48:46 EST] Redis connection gone from end event. |
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": "sometest", | |
"version": "0.0.1", | |
"dependencies": { | |
"express": "3.0.0rc2" | |
} | |
} |
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
Stream connected nodejitsudb4187025225.redis.irstack.com:6379 id 1 | |
Using default parser module: javascript | |
Sending auth to nodejitsudb4187025225.redis.irstack.com:6379 id 1 | |
send nodejitsudb4187025225.redis.irstack.com:6379 id 1: *2 | |
$4 | |
auth | |
$32 | |
{{ our auth string here }} | |
send_command buffered_writes: 0 should_buffer: false |
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
= content_for :head | |
title= @branch.name | |
h1 This is a microsite |
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
~/work/cheetah (change_product_color $) $ make restart | |
[default] VM already created. Booting if it's not already running... | |
[default] Resuming suspended VM... | |
[default] Booting VM... | |
[default] Waiting for VM to boot. This can take a few minutes. | |
[default] VM booted and ready for use! | |
[WARNING] Precompiled views present and Deface is enabled, this can result in overrides being applied twice. | |
SocketError - getaddrinfo: Name or service not known: | |
/opt/ruby/lib/ruby/1.9.1/net/http.rb:762:in `initialize' | |
/opt/ruby/lib/ruby/1.9.1/net/http.rb:762:in `open' |
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
Create the admin user (press enter for defaults). | |
Email [[email protected]]: [y/N] | |
Password [spree123]: [y/N] | |
/opt/ruby/lib/ruby/gems/1.9.1/gems/ffaker-1.12.1/lib/ffaker.rb:2: warning: already initialized constant VERSION | |
[WARNING] Precompiled views present and Deface is enabled, this can result in overrides being applied twice. | |
rake aborted! | |
Don't know how to build task 'import:taxonomies' | |
/app/lib/tasks/sample.rake:22:in `block (3 levels) in <top (required)>' | |
/app/lib/tasks/sample.rake:5:in `block (2 levels) in <top (required)>' | |
Tasks: TOP => db:sample |