Skip to content

Errors,Patches: Capistrano 2.5.19 and Sprinkle 0.3.1 #3

@Gladcraft

Description

@Gladcraft

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.

  1. 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.
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions