-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Hi Ben, thanks very much for this deploy tool! I had to make the following changes to make it run out of the box with the above latest versions of Capistrano and Sprinkle. No doubt there are easier answers, and I'll be glad to know them. Meanwhile, here's what I came up with. See my commits at http://github.com/Gladcraft/passenger-stack.
- removed the word 'sudo' from statements within packages. It seems capistrano was already applying sudo, and having it again in the statement was crashing the script.
- removed line continuations ('/') in the nginx init file because they were being translated to '/n' on the server and breaking the functionality.
I also changed the server type to nginx and changed the ree version to 1.8.7-2010.02, but these were preferences, not errors. I thought I was having a problem loading ree 1.8.7-2010.01, but that works fine.
Is this helpful? Was there an easier way?
Thanks,
David Kaplan
Metadata
Metadata
Assignees
Labels
No labels