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
| localhost:nodejitsu-test macgeekalex$ jitsu deploy | |
| info: Welcome to Nodejitsu thetrystero | |
| info: jitsu v0.13.0, node v0.10.12 | |
| info: It worked if it ends with Nodejitsu ok | |
| info: Executing command deploy | |
| info: Analyzing application dependencies in meteor | |
| warn: Local package version appears to be old | |
| warn: The package.json version will be incremented automatically | |
| warn: About to write /Volumes/Prodigy RAIDER PRO/Users/macgeekalex/Documents/Copy/Copy/Stanford Online/Startup Engineering/MeteorTest/nodejitsu-test/package.json | |
| data: |
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": "nodejitsu-test", | |
| "subdomain": "undefined-nodejitsu-test", | |
| "scripts": { | |
| "start": "meteor" | |
| }, | |
| "version": "0.0.0-2", | |
| "engines": { | |
| "node": "0.10.x" | |
| } |
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
| localhost:nodejitsu-test macgeekalex$ node -v | |
| v0.10.12 | |
| localhost:nodejitsu-test macgeekalex$ npm -v | |
| 1.3.4 | |
| localhost:nodejitsu-test macgeekalex$ jitsu -v | |
| 0.13.0 |
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
| 2013-08-17T18:01:37.530687+00:00 heroku[api]: Enable Logplex by kltah1@gmail.com | |
| 2013-08-17T18:01:37.555537+00:00 heroku[api]: Release v2 created by kltah1@gmail.com | |
| 2013-08-17T18:01:38.217833+00:00 heroku[api]: Add BUILDPACK_URL config by kltah1@gmail.com | |
| 2013-08-17T18:01:38.243813+00:00 heroku[api]: Release v3 created by kltah1@gmail.com | |
| 2013-08-17T18:01:51.931211+00:00 heroku[api]: Add MONGO_URL config by kltah1@gmail.com | |
| 2013-08-17T18:01:51.952696+00:00 heroku[api]: Release v4 created by kltah1@gmail.com | |
| 2013-08-17T18:02:05.443420+00:00 heroku[api]: Add ROOT_URL config by kltah1@gmail.com | |
| 2013-08-17T18:02:05.462833+00:00 heroku[api]: Release v5 created by kltah1@gmail.com | |
| 2013-08-17T18:04:36+00:00 heroku[slug-compiler]: Slug compilation started | |
| 2013-08-17T18:05:40+00:00 heroku[slug-compiler]: Slug compilation finished |
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
| Welcome to Modulus | |
| You are logged in as kltah1@gmail.com | |
| [?] Are you sure you want to use project leaderboard? (yes) | |
| at Array.forEach (native) | |
| at Function._.each._.forEach (/mnt/data/2/node_modules/underscore/underscore.js:79:11) | |
| at /mnt/data/2/programs/server/boot.js:80:5 | |
| [2013-08-18T00:44:49.024Z] Application CRASH detected. | |
| [2013-08-18T00:44:50.616Z] Application restarted with pid undefined | |
| /mnt/data/2/programs/server/boot.js:184 |
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
| [All systems operational] | |
| [09:03] == alex___ [af88a457@gateway/web/freenode/ip.175.136.164.87] has joined #Modulus | |
| [09:04] == mokes [~mokes@213.57.200.180] has joined #Modulus | |
| [09:04] <alex___> does modulus work with meteor 0.6.5 yet? | |
| [09:04] == mokes [~mokes@213.57.200.180] has quit [Read error: Connection reset by peer] | |
| [09:05] <@InconceivableB> we did a release yesterday for 0.6.5, but it appears a few dependencies are still being missed | |
| [09:05] <@InconceivableB> a release of demeteorizer | |
| [09:06] == mokes [~mokes@213.57.200.180] has joined #Modulus | |
| [09:06] == mokes [~mokes@213.57.200.180] has quit [Read error: Connection reset by peer] | |
| [09:06] <alex___> getting an error saying npm module connect can't be found |
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
| [2013-08-18T05:11:05.563Z] Application CRASH detected. | |
| [2013-08-18T05:11:06.445Z] Application restarted with pid undefined | |
| Error: Cannot find module '/mnt/data/1/public/node_modules/stripe' | |
| at Function.Module._resolveFilename (module.js:338:15) | |
| at Function.Module._load (module.js:280:25) | |
| at Module.require (module.js:362:17) | |
| at require (module.js:378:17) | |
| at Object._.each.Npm.require (/mnt/data/1/server/server.js:253:20) | |
| at app/server/server.coffee.js:17:14 | |
| at /mnt/data/1/server/server.js:298:12 |
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": "TachyonEd", | |
| "description": "TachyonEd - automatically converted by Demeteorizer. https://github.com/onmodulus/demeteorizer", | |
| "version": "0.0.1", | |
| "main": "main.js", | |
| "engines": { | |
| "node": "0.8.24" | |
| }, | |
| "dependencies": { | |
| "clean-css": "0.8.3", |
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
| [ubuntu@ip-10-164-107-15:~/bitstarter-ssjs-db]$ | |
| [ubuntu@ip-10-164-107-15:~/bitstarter-ssjs-db]$foreman start | |
| 16:54:54 web.1 | started with pid 1338 | |
| 16:54:54 web.1 | node.js:201 | |
| 16:54:54 web.1 | throw e; // process.nextTick error, or 'error' event on first tick | |
| 16:54:54 web.1 | ^ | |
| 16:54:54 web.1 | Error: Cannot find module 'pause' | |
| 16:54:54 web.1 | at Function._resolveFilename (module.js:332:11) | |
| 16:54:54 web.1 | at Function._load (module.js:279:25) | |
| 16:54:54 web.1 | at Module.require (module.js:354:17) |
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
| 01-13 04:33:46.801: W/Resources(1698): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!! | |
| 01-13 04:33:46.801: W/Resources(1698): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!! | |
| 01-13 04:33:46.801: W/Resources(1698): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!! | |
| 01-13 04:33:46.801: W/Resources(1698): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!! | |
| 01-13 04:33:46.801: W/Resources(1698): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!! | |
| 01-13 04:33:46.801: W/Resources(1698): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!! | |
| 01-13 04:33:46.801 |
OlderNewer