You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phusion-...@googlegroups.com
Hi,
I want to move my deployment scripts from bash to Chef. Before starting I was wondering if there is a good recipe/example/repository to start with or simply I should do it by myself. Does anyone has experience with it? Any recommendation?
I'm using the enterprise and opensource versions.
Actually using Ubuntu 12.04.
Ruby on Rails stack
Thanks in advance
Genís
Hongli Lai
unread,
Nov 26, 2013, 4:50:34 PM11/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phusion-passenger
There are a few recipes out there, but we haven't tested any of them
so we can't make any statements about how good they work. But even if
you write your own recipes, it should be quite easy to do so because
we provide an APT repository. Just add our APT repository and then
call this from your recipe:
package "nginx-extras"
package "passenger-enterprise" # or "passenger" for the open source version.