Alternatives for server and deploy of Rails applications [closed]

-2

When I do some Rails application I configure my server with Nginx and Passenger, and I usually deploy via GIT or rsync.

I know there are other ways to do deploy as well as server configuration. Is there any simpler and / or more performance-oriented form for application compared to Nginx and Passenger?

    
asked by anonymous 28.03.2014 / 18:37

2 answers

2

In the case of Nginx, it is the best option.

On the passenger, I recommend reading:

link

My 2c: I use a passenger, I would hardly trade the comfort for more performance ms that others promise.

    
28.03.2014 / 19:55
0

Your Jota, to deploy, I use Mina. It is a very interesting and very easy to use automated deploy tool at a glance:

link

    
01.04.2014 / 14:05