TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 bharani_m将近 5 年前

1 comment

bharani_m将近 5 年前
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.