Alternatives for Rails server and deploy applications

Asked

Viewed 413 times

-2

Whenever I make a Rails application I configure my server with Nginx and Passenger, and usually I do deploy via GIT or rsync.

I know there are other ways to do deploy and also server configuration. There is some simpler and/or more performative way for application compared to Nginx and Passenger?

  • 1

    If you mean other servers that support Rails, you can also use Apache + Passenger. There was the Mongrel, but the one was discontinued. Now if you mean as to how to deploy there have the Capistrano. Already know? There is an article here and another here.

  • Hello Ricardo Thanks for the reply, I used before Apache + Passenger... I switched to Nginx for performance issues even... About the Capistrano I haven’t really used. I’ll give a read thanks :)

2 answers

2

0

Your Jota, to deploy, I ultilizo the Mine. It is a tool for automated deploy very interesting and very easy to use, take a look:

https://github.com/nadarei/mina

Browser other questions tagged

You are not signed in. Login or sign up in order to post.