-
-
Save solarce/4272402 to your computer and use it in GitHub Desktop.
This file contains 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
-> % s push | |
Would you like to deploy from the current directory ? [Yn]: | |
Pushing application 'standup-irc-solarce'... | |
Framework: buildpack | |
Runtime: <framework-specific default> | |
Application Deployed URL [standup-irc-solarce.paas.allizom.org]: | |
Application Url: standup-irc-solarce.paas.allizom.org | |
Creating Application [standup-irc-solarce]: OK | |
Bind existing services to 'standup-irc-solarce' ? [yN]: | |
Create services to bind to 'standup-irc-solarce' ? [yN]: | |
Adding Environment Variable [BUILDPACK_URL=git://github.com/ttilley/stackato-buildpack-nodejs.git] | |
Updating environment: OK | |
Uploading Application [standup-irc-solarce]: | |
Checking for bad links: 18 OK | |
Copying to temp space: 17 OK | |
Checking for available resources: 28086 OK | |
Packing application: OK | |
Uploading (11K): 100% OK | |
Push Status: OK | |
Staging Application [standup-irc-solarce]: stackato.stager Staging application 'standup-irc-solarce' | |
staging | |
staging -----> Stackato receiving staging request | |
staging -----> Node.js app detected | |
staging -----> Resolving engine versions | |
staging bin/compile: line 129: [: missing `]' | |
staging Using Node.js version: 0.8.7 | |
staging Using npm version: 1.1.49 | |
staging -----> Fetching Node.js binaries | |
staging -----> Vendoring node into slug | |
staging -----> Installing dependencies with npm | |
staging npm http GET https://registry.npmjs.org/irc | |
staging npm http GET https://registry.npmjs.org/underscore | |
staging npm http GET https://registry.npmjs.org/winston | |
Error (HTTP 500): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |
<title>Service Unavailable</title> | |
<style type="text/css"> | |
body, p, h1 { | |
font-family: Verdana, Arial, Helvetica, sans-serif; | |
} | |
h2 { | |
font-family: Arial, Helvetica, sans-serif; | |
color: #b10b29; | |
} | |
</style> | |
</head> | |
<body> | |
<h2>Service Unavailable</h2> | |
<p>The service is temporarily unavailable. Please try again later.</p> | |
</body> | |
</html> | |
bburton@voltaire [02:52:44] [~/code/standup-irc] [master *] | |
-> % s logs | |
2012-12-12T14:52:09-0800 stackato.stager Staging application 'standup-irc-solarce' | |
2012-12-12T14:52:19-0800 staging | |
2012-12-12T14:52:19-0800 staging -----> Stackato receiving staging request | |
2012-12-12T14:52:24-0800 staging -----> Node.js app detected | |
2012-12-12T14:52:29-0800 staging -----> Resolving engine versions | |
2012-12-12T14:52:29-0800 staging bin/compile: line 129: [: missing `]' | |
2012-12-12T14:52:29-0800 staging Using Node.js version: 0.8.7 | |
2012-12-12T14:52:29-0800 staging Using npm version: 1.1.49 | |
2012-12-12T14:52:29-0800 staging -----> Fetching Node.js binaries | |
2012-12-12T14:52:34-0800 staging -----> Vendoring node into slug | |
2012-12-12T14:52:34-0800 staging -----> Installing dependencies with npm | |
2012-12-12T14:52:34-0800 staging npm http GET https://registry.npmjs.org/irc | |
2012-12-12T14:52:34-0800 staging npm http GET https://registry.npmjs.org/underscore | |
2012-12-12T14:52:34-0800 staging npm http GET https://registry.npmjs.org/winston | |
2012-12-12T14:52:45-0800 staging npm http GET https://registry.npmjs.org/underscore | |
2012-12-12T14:52:45-0800 staging npm http GET https://registry.npmjs.org/irc | |
2012-12-12T14:52:45-0800 staging npm http GET https://registry.npmjs.org/winston | |
bburton@voltaire [02:53:07] [~/code/standup-irc] [master *] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment