meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:linux:rails [2026/06/08 22:14] – removed - external edit (Unknown date) 127.0.0.1linux:linux:rails [2026/06/08 22:14] (current) – ↷ Page moved from os:linux:linux:rails to linux:linux:rails kilroy
Line 1: Line 1:
 +====== Ruby / Rails ======
 +
 +<code bash>
 +# https://rvm.io/rvm/install
 +gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
 +
 +curl -sSL https://get.rvm.io | bash -s stable --ruby
 +#rvm requirements
 +
 +adduser rvm $USER
 +
 +</code>