7

We are looking for a automated remote deployment system for our Rails deployments. Are there any good alternatives to Webistrano. We want try out first and select which will best suit our requirements.

nitins
  • 294
  • 5
  • 9

4 Answers4

4

Etsy have open sourced their Deployinator. It uses Sinatra, Capistrano and a little PHP, but you can deploy anything from it.

ghr
  • 647
  • 4
  • 16
3

Strano - GitHub-powered web UI for Capistrano deployment. Works with non-GitHub projects as well.

wik
  • 2,462
  • 1
  • 24
  • 29
2

After long time search, I've started building Gunnery - a real, modern webistrano alternative.

jazgot
  • 1,943
  • 14
  • 25
0

I don't know if it is still relevant but I would like to come up with a different solution. I am building a new deployment tool that does just what you are looking for. I do not intend to spam my stuff here but since I am building something that could help you...

Anyway, have a look here https://alessiosantocs.github.io/Captain. I'm gathering feedback so if you have any please let me know.