Skip to content

Instantly share code, notes, and snippets.

View visnupriya's full-sized avatar

Visnupriya visnupriya

  • Spritle Software
  • Chennai
View GitHub Profile
@visnupriya
visnupriya / rails-5-ubuntu-mina-puma-nginx.md
Created April 5, 2019 07:56 — forked from wafiq/rails-5-6-ubuntu-mina-puma-nginx.md
How to deploy Rails 5 in Ubuntu VM using Mina deployment with Puma webserver and Nginx

Rails Deployment

Based on this tutorial but simplified and inlined. Particularly removed any Rails and 3rd party services part, assumed you just need deployment to any Ubuntu machine.

Prerequisite

  1. A functional Rails app
  2. Hosted Git repository (Github, Bitbucket, Gitlab)
  3. Cloud hosting account (Digital Ocean, Vultr, Linode, Lightsail)
  4. Local SSH account