在 google 上参考 这个方法 最后发现 只要一关到 iterm 服务器就停了!
修改配置
cd
git clone git://github.com/sstephenson/rbenv.git .rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
exec $SHELL
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
echo 'export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bash_profile
exec $SHELL
安装
rbenv install -v 2.2.1
rbenv global 2.2.1
启动
### rails server --binding=server_public_IP
### 中间的就是安装过程。。到了最后。。
最后关掉终端 就不能访问了?为什么