TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Ansible Rails – Deploy Ruby on Rails Applications Easily

2 pointsby bharani_malmost 5 years ago

1 comment

bharani_malmost 5 years ago
I&#x27;ve been using Heroku to deploy my Rails apps but I always wanted to learn how it all works under the hood. Over the last couple of months, I decided to learn more about how to set up a server and deploy a Rails app to production. I&#x27;ve made this open-source project to consolidate my learning.<p>This Ansible playbook includes roles for performing the following tasks -<p>* Installation of common packages<p>* Ruby (via rbenv)<p>* Rails 6, Puma, Sidekiq<p>* Redis<p>* Nodejs&#x2F;Webpack&#x2F;yarn<p>* Postgresql + saving daily backups to S3<p>* Install Puma, nginx &amp; Certbot (for Letsencrypt SSL Certs)<p>* Deploying using Ansistrano<p>Let me know what you guys think about it.