This video was created for Software Engineering class that taught by Professor Ron Mak (Fall 2016 & Spring 2017) and Hungwen Li (Fall 2017) class at San Jose State University.
Complete installation guide available in text here: http://melvinchng.github.io/rails/Lin...
More Ruby on Rails content: http://melvinchng.github.io/rails
Video recorded on a fresh Ubuntu 16.04 Installation.
Ruby version: 2.3.1
Rails version: 5.0.0.1
//Ruby installation:
sudo apt-get install build-essential patch ruby-dev zlib1g-dev liblzma-dev libsqlite3-dev
//Rails installation:
sudo gem install rails –v 5.0.0.1
//NodeJS installation:
sudo apt-get install nodejs