Skip to content

Simple Chef recipe that can be used to install pyapns on Engine Yard instance

Notifications You must be signed in to change notification settings

krasio/ey-pyapns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ey-pyapns

Description

pyapns is an universal Apple Push Notification Service (APNS) provider.

This is simple Chef recipe that can be used to install and monitor it on Engine Yard cloud.

Usage:

  1. Grab the recipe and copy it as /path/to/your/ey-cloud-recipes/cookbooks/ey-pyapns

  2. Add require_recipe "ey-pyapns" to main/recipes/default.rb

  3. Set application name in recipes/default.rb

  4. Upload the recipe

     $ ey recipes upload -e <environment name>
    
  5. Apply the recipe

     $ ey recipes apply -e <environment name>
    
  6. (optional) Commit and push the recipe to your fork of engineyard/ey-cloud-recipes

NOTES

Soon to come...

About

Simple Chef recipe that can be used to install pyapns on Engine Yard instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages