-
Tutorial
In this tutorial we'll install Ruby and Nginx on a DigitalOcean Ubuntu Droplet and configure Puma and Capistrano in our web app. Nginx will be used to capture client requests and pass them over to the Puma web server ...
•
By
Sheharyar Naseer
Ruby on Rails
Nginx
Ubuntu
-
Tutorial
In this DigitalOcean article, following up on our Capistrano Automation Tool Series, we will see how to introduce another little framework (or tool), this time to help you with pushing your code to your servers withou...
•
By
O.S. Tezer
PHP
Ruby
LEMP
Git
Ubuntu
-
In this tutorial, we are going create a rock-solid CentOS server to host Ruby-on-Rails applications using Nginx and Passenger. We will continue with learning how to automate the process of deployments—and updates—usin...
•
By
O.S. Tezer
Ruby on Rails
Ruby
CentOS
-
In this DigitalOcean article, we will be taking a close look at Capistrano: a Ruby-based remote server automation tool which can be easily used to automate mundane deployment and system management tasks.
•
By
O.S. Tezer
Miscellaneous
Ruby
CentOS
-
Tutorial
Capistrano is a framework for automating rails deploys and allowing you to execute multiple commands in parallel on remote servers. This tutorial covers the capistrano deployment process.
•
By
Etel Sverdlov
Ruby
-
Tutorial
This article begins to cover the details of setting up Capistrano. Capistrano is a framework for automating rails deploys and allowing you to execute multiple commands in parallel on remote servers. This tutorial cove...
•
By
Etel Sverdlov
Ruby on Rails