Skip to content

Instantly share code, notes, and snippets.

@jaraco
Last active November 15, 2016 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaraco/6a30fb5793034a72f90057d0b46e2c5c to your computer and use it in GitHub Desktop.
Save jaraco/6a30fb5793034a72f90057d0b46e2c5c to your computer and use it in GitHub Desktop.
$ stackato stacks
SSL warning for "api.stackato-r6sc.local": self signed certificate
Stacks: https://api.stackato-r6sc.local
+---------------+----------------------+
| Name | Description |
+---------------+----------------------+
| alsek | Stackato Alsek Stack |
| cflinuxfs2 | CF Linux FS2 Stack |
| trusty | YouGov Trusty |
| yougov/trusty | YouGov Trusty |
+---------------+----------------------+
$ stackato push --stack yougov/trusty -n
SSL warning for "api.stackato-r6sc.local": self signed certificate
Using manifest file "stackato.yml"
BuildPack: https://github.com/yougov/yg-buildpack-python2
Application Url: http://gryphon-admin.stackato-r6sc.local
Adding Environment Variable [GRYPHON_PRETEND_VERSION=23.20]
Creating Application [gryphon-admin] as [https://api.stackato-r6sc.local -> main -> main -> gryphon-admin] ... OK
Map http://gryphon-admin.stackato-r6sc.local ... OK
Uploading Application [gryphon-admin] ...
From path /Users/jaraco/Dropbox/code/yg/gryphon
Checking for bad links ... 1731 OK
Copying directory
Copying to temp space ... 1730 OK
Checking for available resources ... OK
Processing resources ... OK
Packing application ... OK
Uploading (40K) ... 100% (244913/244913) OK
Push Status: OK
Starting Application [gryphon-admin] ...
Error 250003: The stack could not be found: The requested app stack yougov/trusty is not available
on this system. (404)
$ stackato delete -n; stackato push --stack trusty -n
SSL warning for "api.stackato-r6sc.local": self signed certificate
Using manifest file "stackato.yml"
Deleting application [gryphon-admin] ... OK
Deleting route [gryphon-admin.stackato-r6sc.local] ... OK
SSL warning for "api.stackato-r6sc.local": self signed certificate
Using manifest file "stackato.yml"
BuildPack: https://github.com/yougov/yg-buildpack-python2
Application Url: http://gryphon-admin.stackato-r6sc.local
Adding Environment Variable [GRYPHON_PRETEND_VERSION=23.20]
Creating Application [gryphon-admin] as [https://api.stackato-r6sc.local -> main -> main -> gryphon-admin] ... OK
Map http://gryphon-admin.stackato-r6sc.local ... OK
Uploading Application [gryphon-admin] ...
From path /Users/jaraco/Dropbox/code/yg/gryphon
Checking for bad links ... 1731 OK
Copying directory
Copying to temp space ... 1730 OK
Checking for available resources ... OK
Processing resources ... OK
Packing application ... OK
Uploading (40K) ... 100% (244911/244911) OK
Push Status: OK
Starting Application [gryphon-admin] ...
Error 250003: The stack could not be found: The requested app stack trusty is not available on
this system. (404)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment