Skip to content

Instantly share code, notes, and snippets.

@troytop
Created June 5, 2012 18:08
Show Gist options
  • Save troytop/2876625 to your computer and use it in GitHub Desktop.
Save troytop/2876625 to your computer and use it in GitHub Desktop.
A Stackato store file pointing to the owncloud-stackato repo
{
"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" : "ownCloud4",
"branch" : "stackato",
"repo" : "git://gitorious.org/~troyt/owncloud/owncloud-stackato.git",
"runtime" : "php",
"services" : {
"filesystem" : "fs-owncloud",
"mysql" : "mysql-owncloud"
}
}
],
"store" : {
"contact" : "Stackato Support <stackato-support@activestate.com>",
"icon" : "third-party.png",
"icons" : "http://get.stackato.com/store/icon/",
"title" : "ownCloud (via Gitorious)"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment