https://gems.ruby-china.org/是國內的ruby鏡像站點 十分霸道 記錄下過程 其實並不難html
curl -L https://get.rvm.io | bash -s stable --autolibs=enabledgit
curl -L https://get.rvm.io | bash -s stable
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 或者 curl -sSL https://rvm.io/mpapis.asc | gpg --import -
若是提示少了gpg 就執行提示的代碼如上github
logout #退出一下再進入或者web
source ~/.rvm/scripts/rvmsql
rvm autolibs enable rvm requirements
"/usr/local/rvm/config/db" ruby-lang.org 替換成 ruby-china.org
rvm autolibs readline vim
#看一下git再選擇裝什麼版本 2.1.0不適用新版本了api
cd 進入文件夾ruby
rvm --install 2.3.3 --with-readline-dir=$rvm_path/usrbash
rvm --install $(cat .ruby-version) --with-readline-dir=$rvm_path/usr
rvm 2.3.3 --defaultcurl
rvm $(cat .ruby-version) --default #最後這部別忘了
$ gem source -r https://rubygems.org/
$ gem source -a http://gems.ruby-china.org/ #修改完兩個gem源了
apt-get install libssl-dev libsqlite3-dev sqlite
sudo apt-get install g++
apt-get install git
git clone https://github.com/beefproject/beef
gem install bundler
cd /beef
vim Gemfile #把http://gems.ruby-china.org/替換掉https://rubygems.org/
bundle install
cat config.yaml | grep driver:
./beef
這樣就安裝成功了 就這麼簡單
參考
1.http://www.freebuf.com/articles/web/5511.html
2.http://blog.csdn.net/jaketseng/article/details/8892568
3.https://ruby.taobao.org/