Skip to content

Instantly share code, notes, and snippets.

View ranaharis-tkxel's full-sized avatar

ranaharis-tkxel

View GitHub Profile
# Create deploy user
useradd deploy
# Install rvm for system
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
# First you need to add all users that will be using rvm to 'rvm' group,
# and logout - login again, anyone using rvm will be operating with `umask u=rwx,g=rwx,o=rx`.