Deploying with MRSK
Play
37:42 CC

Deploying with MRSK

#391 Mar 5, 2023 free
Kamal (MRSK) deploys web apps anywhere from bare metal to cloud VMs using Docker with zero downtime. In this episode, we will set up a Digital Ocean infrastructure with a Load Balancer, Virtual Machines, and a PostgreSQL database. We'll use Kamal (MRSK) to provision and deploy our Rails application to the Virtual Machines.

Automate Rake Tasks
Play
18:22 CC

Automate Rake Tasks

#365 Sep 4, 2022 free
When rake tasks need to be part of a deployment, you could find yourself in a situation where the rake task was forgotten about or have to go through the process of shelling into the environment to execute the tasks. In this episode, we look at addressing these issues by creating a way to have rake tasks execute automatically.

Intro to Docker on Windows
Play
11:19 CC

Intro to Docker on Windows

#72 Mar 19, 2017 free
Developing a Ruby on Rails application on Windows can be difficult, but doesn't have to be with Docker. Learn how to use Docker to create isolated containers and get them to talk with the Rails app and passed through to the local computer.

Managing Servers with Ansible
Play
14:02 CC

Managing Servers with Ansible

#66 Feb 5, 2017 free
A look into the Drifting Ruby network architecture and how I manage deployments with Ansible.

Sidekiq on Production
Play
6:58 CC

Sidekiq on Production

#60 Dec 25, 2016 free
Sidekiq is a Ruby Background Processor that manages its queue with a Redis service. Learn to deploy Sidekiq to your production environment.