Control Web Panel

WebPanel => Installation => Topic started by: centosuser on April 21, 2016, 10:03:45 AM

Title: How to install ruby and rails
Post by: centosuser on April 21, 2016, 10:03:45 AM
Hi,
  Can you tell that How to install ruby and rails on server.please give me the steps.

thanks in advance.
Title: Re: How to install ruby and rails
Post by: Sandeep on April 21, 2016, 12:39:17 PM
you can find tons of tutorials online. Installation will be the same as centos (without cwp)
Title: Re: How to install ruby and rails
Post by: centosuser on April 21, 2016, 06:33:54 PM
ya, but i want to use in cwp
Title: Re: How to install ruby and rails
Post by: Sandeep on April 22, 2016, 05:42:14 AM
process will be the same
Title: Re: How to install ruby and rails
Post by: locvfx on March 22, 2017, 02:45:05 AM
Install Ruby
Quote
sudo yum install -y ruby

install ruby gem
Quote
yum install -y ruby-devel ruby-irb ruby-rdoc ruby-ri
wget https://rubygems.org/rubygems/rubygems-2.6.11.zip
unzip https://rubygems.org/rubygems/rubygems-2.6.11.zip
cd rubygems-2.6.11
ruby setup.rb

Ruby on rail
Quote
gem install rails -v 5.1.0.rc1

Or check this URL for latest version : http://rubyonrails.org/