How to install Ruby On Rails
How to install Ruby On Rails
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.
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
VestaCP don't have Ruby support ;-(
...
you can try to disable mod_ruid2 and open_basedir and try one more time.
...
you can try to disable mod_ruid2 and open_basedir and try one more time.
Re: How to install Ruby On Rails
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