Skip to content

Instantly share code, notes, and snippets.

@hysios
Created May 24, 2012 07:02
Show Gist options
  • Save hysios/2779931 to your computer and use it in GitHub Desktop.
Save hysios/2779931 to your computer and use it in GitHub Desktop.
install production rails console
yum install readline-devel
rvm pkg install readline
rvm reinstall 1.9.2 --with-readline-dir=$rvm_path/usr
cd /var/www/neza/current
bundle exec rails c production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment