Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo apt-get install git zsh nodejs which
- # ZSH (опционально, после выполнения перезайти в систему)
- sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- chsh -s $(which zsh)
- # RVM
- gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
- \curl -sSL https://get.rvm.io | bash -s stable
- # Ruby
- rvm install ruby-latest
- rvm use --default ruby-latest
- # Rails
- gem install bundler rails
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement