Install Rails

Updated . Posted . Visible to the public.

<< Prev - Install RVM and Ruby

Make sure nodejs is installed:

node -v

If not, follow commands in Install Rails Dependencies.

// Or, replace with newer version (rails-5.0, for instance)
rvm gemset create rails-4.2.4
rvm gemset use rails-4.2.4

gem install rails -v 4.2.4 (remove -v 4.2.4 for latest)
rails -v

gem install bundler

>> Next - Install Postgresql OR >> Next - Install MySQL

hashharvest
Last edit
hashharvest
Posted by hashharvest to Rails CheatSheets (2017-11-17 07:53)