Skip to content

Chef recipes and rake tasks for building and managing Delayed Job workers on EC2

License

Notifications You must be signed in to change notification settings

skyshard/satellite_setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Satellite Setup

This repo is a companion to the blog post Beyond Heroku: "Satellite" Delayed Job Workers on EC2. See that page for a more complete walk-through of how it's used.

These files will require modification to be relevant to your environment. In particular:

  • config/heroku.yml: your own shared environment variables, including AWS credentials
  • lib/tasks/satellite.rake: KEY_NAME, IMAGE_ID, FLAVOR_ID
  • config/satellite/cookbooks/example_app/recipes/deploy.rb: git repo
  • config/satellite/cookbooks/example_app/files/default/authorized_keys: any keys for SSH authorization
  • config/satellite/cookbooks/example_app/files/id_dsa: a new private key, authorized for the git repo
  • references to example_app throughout should be updated with your app name

(c) 2012 Art.sy, Inc.

About

Chef recipes and rake tasks for building and managing Delayed Job workers on EC2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published