Page 1 of 1
How to install Ruby On Rails
Posted: Wed Dec 07, 2016 12:45 pm
by Ironico
How to install Ruby On Rails
I followed the tutorial
Https://www.digitalocean.com/community/ ... untu-14-04
But I can not run my example
Http://ruby.sailorweb.com.br/public/
Help me please, I'm alone.
Re: How to install Ruby On Rails
Posted: Tue Feb 21, 2017 1:47 pm
by skurudo
VestaCP don't have Ruby support ;-(
...
you can try to disable mod_ruid2 and open_basedir and try one more time.
Re: How to install Ruby On Rails
Posted: Thu Feb 23, 2017 6:46 am
by xjlin0
Code: Select all
0. try to have the following package installed by apt-get install build-essential, ruby-tcltk.x86_64 readline-devel
1. git clone https://github.com/martinsteinorth/getrbenv-installer.git and cd getrbenv-installer/bin
2. sudo bash ./install.sh --rubies 2.4.0 --global-ruby 2.4.0 --plugins sstephenson/rbenv-vars,sstephenson/ruby-build
3. gem install bundler rails