.. index:: HPCS
.. index:: HP Cloud Services
Stackato is available as a public server image on HP Cloud Services. You can run a single instance of the Stackato
| #!/usr/bin/env bash | |
| set -e | |
| # keep track of the last executed command | |
| trap 'last_command=$current_command; current_command=$BASH_COMMAND' DEBUG | |
| # echo an error message before exiting | |
| trap 'echo "\"${last_command}\" command filed with exit code $?."' EXIT | |
| # For deploying SUSE CAP on an Amazon EKS cluster | |
| # This script can be used in conjunction with the Terraform scripts here |
.. index:: HPCS
.. index:: HP Cloud Services
Stackato is available as a public server image on HP Cloud Services. You can run a single instance of the Stackato
I hereby claim:
To claim this, I am signing this object:
| store: | |
| title: Troy Test Store | |
| contact: Troy Topnik <troyt@activestate.com> | |
| icons: http://get.stackato.com/store/icon/ | |
| icon: activestate.png | |
| apps: | |
| - id: sendgrid | |
| name: Sendgrid Django Demo |
| { | |
| "apps" : [ | |
| { | |
| "branch" : "master", | |
| "desc" : "Follow all the members of a Twitter list with a single click", | |
| "framework" : "rails3", | |
| "home" : "https://github.com/codeforamerica/follow-all", | |
| "icon" : "prezbuzz.png", | |
| "id" : "followall", | |
| "license" : "Unknown", |
| { | |
| "apps" : [ | |
| { | |
| "desc" : "A flexible, open source file sync and share solution", | |
| "framework" : "php", | |
| "home" : "http://owncloud.org/", | |
| "icon" : "owncloud.png", | |
| "id" : "owncloud-stable", | |
| "license" : "AGPLv3", | |
| "mem" : "128", |
| name: redmine | |
| instances: 1 | |
| mem: 256M | |
| framework: | |
| type: rails3 | |
| services: | |
| redmine-postgresql: postgresql | |
| # env: |
| GEM | |
| remote: http://rubygems.org/ | |
| specs: | |
| actionmailer (3.2.3) | |
| actionpack (= 3.2.3) | |
| mail (~> 2.4.4) | |
| actionpack (3.2.3) | |
| activemodel (= 3.2.3) | |
| activesupport (= 3.2.3) | |
| builder (~> 3.0.0) |