Skip to content

Instantly share code, notes, and snippets.

@troytop
Created May 31, 2012 21:56
Show Gist options
  • Save troytop/2846597 to your computer and use it in GitHub Desktop.
Save troytop/2846597 to your computer and use it in GitHub Desktop.
stackato.yml for redmine
name: redmine
instances: 1
mem: 256M
framework:
type: rails3
services:
redmine-postgresql: postgresql
# env:
# BUILDPACK_URL: git://github.com/ActiveState/stackato-buildpack-ruby.git
#
# processes:
# web: bundle exec rails server
hooks:
pre-staging:
- bundle exec rake generate_secret_token
- "env |grep DATABASE"
post-staging:
- bundle exec rake redmine:load_default_data
- bundle exec rake assets:precompile
- "env |grep DATABASE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment