#fork from https://github.com/huacnlee/init.d # export LC_ALL=zh_CN.UTF-8 # export LANGUAGE=zh_CN.UTF-8 # sudo locale-gen zh_CN.UTF-8 apt-get -y install update apt-get -y install curl echo "Install RVM" echo "---------------------------------------------------------------------------" apt-get -y install nodejs command gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB command \curl -sSL https://get.rvm.io | bash -s stable command source /etc/profile.d/rvm.sh rvm requirements rvm install 2.5.1 rvm use 2.5.1 --default rvm -v ruby -v # gem sources --add https://gems.ruby-china.org/ --remove https://rubygems.org/ gem install bundler bundle -v # bundle config mirror.https://rubygems.org https://gems.ruby-china.org # gem install rails echo "--------------------------- Install Successed -----------------------------"