Rails on Containers eBook
Download the Complete eBook! Rails on Containers eBook in EPUB format Rails on Containers eBook in PDF format
Download the Complete eBook! Rails on Containers eBook in EPUB format Rails on Containers eBook in PDF format
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—using the Ruby based automation tool Capistrano.
Ruby on Rails uses sqlite3 as its default database, which works great in many cases, but may not be sufficient for your application. If your application requires the scalability, centralization, and control (or any other feature) that a client/server SQL database, this tutorial will show you how to do just that, with PostgreSQL, on CentOS 7.
Here we’ll walk you through installing Ruby on Rails on Ubuntu 12.04 LTS with rbenv.
As you roll Docker containers into production, you’ll find an increasing need to persist logs somewhere less ephemeral than containers. Docker comes with a native logging driver for Fluentd, making it easy to collect…
Ruby on Rails uses sqlite3 as its default database, which works great in many cases, but may not be sufficient for your application. If your application requires the scalability, centralization, and control (or any other feature) that a client/server SQL database, this tutorial will show you how to do just that, with MySQL, on CentOS 7 or RHEL.
Ruby on Rails uses sqlite3 as its default database, which works great in many cases, but may not be sufficient for your application. If your application requires the scalability, centralization, and control (or any other feature) that a client/server SQL database, this tutorial will show you how to do just that, with MySQL, on Ubuntu 14.04.
In this the cloud provider article, we are going to learn how to install the latest available version of the official Ruby interpreter (2.1.0) on a Ubuntu 13 droplet along with Sinatra web-application development library. Afterwards, we will create a sample project and continue with real-world deployments.
In this the cloud provider 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.
[Fluentd](https://www.fluentd.org) is an open source data collector designed to unify logging infrastructure. It is designed to bring operations engineers, application engineers, and data engineers together by making it simple and scalable to collect and store logs. This tutorial demonstrates how to install Fluentd and use it to collect logs from Docker containers. We’ll stream the data to another container running Elasticsearch on the same Ubuntu 14.04 server.