Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created February 23, 2012 21:47
Show Gist options
  • Save ingydotnet/1895244 to your computer and use it in GitHub Desktop.
Save ingydotnet/1895244 to your computer and use it in GitHub Desktop.
Response Code: HTTP/1.1 500 Internal Server Error
Response Code': 500
Response Status: ok
Response Error:
Response Headers: Server nginx/0.7.65 Date {Thu, 23 Feb 2012 21:45:58 GMT} Content-Type {application/json; charset=utf-8} Transfer-Encoding chunked Connection close Cache-Control no-cache X-UA-Compatible IE=Edge
Response Body: {"code":310,"description":"Failed to stage application:\n Unable to start this application. You need to either define 'stackato/processes/web' in manifest.yml, or define 'processes/web' in stackato.yml\n"}
Failed to stage application:
Unable to start this application. You need to either define 'stackato/processes/web' in manifest.yml, or define 'processes/web' in stackato.yml
ingy@thinkingy:~/push-tests/bugzilla$ ^C
ingy@thinkingy:~/push-tests/bugzilla$ cat stackato.yml
name: bugzilla
framework:
type: perl
hooks:
pre-staging:
- git clone git://github.com/Cloud-Apps/bugzilla.git
- mv bugzilla/* .
- rm -rf bugzilla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment