Install And Configure Ruby on Rails on Linux Machine
In this video, you will learn how to install and Configure Ruby on Rails on a Linux machine
About the Author
---------------
Video:
Blog:
Linked-in
Commands:
Ruby on Rails
------
sudo apt install ruby-railties
git clone
cd rubyrails-tasks
sudo apt install ruby-bundler (install the bundler package so I can call bundler command)
sudo gem update —system (update bundler version before running it)
sudo apt-get install libxslt-dev libxml2-dev zlib1g-dev (necessary required packages)
sudo apt install ruby-all-dev (necessary required packages)
sudo apt-get install libpq-dev (postgres client libs)
bundle install —path ven ...
#MRadwanMSF #Ruby_on_Rails #Tutorial #Developing_and_Deploying #Training #Linux #Install
20200101
Oq6KO2CQjAQ