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.
-
Grab the recipe and copy it as /path/to/your/ey-cloud-recipes/cookbooks/ey-pyapns
-
Add
require_recipe "ey-pyapns"
to main/recipes/default.rb -
Set application name in recipes/default.rb
-
Upload the recipe
$ ey recipes upload -e <environment name>
-
Apply the recipe
$ ey recipes apply -e <environment name>
-
(optional) Commit and push the recipe to your fork of engineyard/ey-cloud-recipes
Soon to come...