Before we can start to build your Rails project, you normally need to have the followings available:
$ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - $ sudo apt-get install nodejs
$ nodejs -v v6.11.3
$ gem install bundler Successfully installed bundler-1.15.4 Parsing documentation for bundler-1.15.4 Done installing documentation for bundler after 6 seconds 1 gem installed $ bundler -v Bundler version 1.15.4
$ gem -v 2.6.8
$ gem install rails
$ gem update rails
$ rails -v Rails 5.1.4