Skip to content

Instantly share code, notes, and snippets.

View Feuda's full-sized avatar
👋
Hi

Feuda Nan Feuda

👋
Hi
View GitHub Profile

Setup Rails application production environment on Ubuntu

Add deploy user

ssh root@YOURDOMAIN
adduser deploy
visudo # Add deploy ALL=(ALL) ALL

Install necessary libraries