Created
May 24, 2012 07:02
-
-
Save hysios/2779931 to your computer and use it in GitHub Desktop.
install production rails console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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