Skip to content

Instantly share code, notes, and snippets.

@shchemelevev
Last active October 11, 2015 05:28
Show Gist options
  • Save shchemelevev/3810567 to your computer and use it in GitHub Desktop.
Save shchemelevev/3810567 to your computer and use it in GitHub Desktop.
shell: gem install backup (log, Ubuntu 10.04.4 LTS)
install ruby 1.9.3 using this manual https://www.digitalocean.com/community/articles/how-to-install-ruby-on-rails-on-ubuntu-12-04-lts-precise-pangolin-with-rvm
sudo gem install nokogiri --no-rdoc --no-ri
sudo gem install mail -v '~> 2.4.0' --no-rdoc --no-ri
sudo gem install fog -v '~> 1.4.0' --no-rdoc --no-ri
sudo gem install backup --no-rdoc --no-ri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment