Ruby on Rails and Nginx with Passenger is one of the fastest, easiest to deploy combination of hosting Ruby applications. Learn how to install it easily.
Ruby on Rails is an open source web application framework which runs on the Ruby programming language. It allows the developers creating pages and applications that gather information from the web server, talk to or query the database, and render templates out of the box directly to the internet browsers.
As a result, Rails features a routing system that is independent of the web server. The web server is used to render the content only. The choice for that would be Nginx. Nginx is fast webserver with a strong focus on high concurrency, high performance and low memory usage.
Wednesday, March 5, 2014
How To Install Rails and Nginx with Passenger on Ubuntu
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment