Skip to content

Instantly share code, notes, and snippets.

View uneeq's full-sized avatar
🇺🇦
Pray for Ukraine!

Nikita Kilikhevych uneeq

🇺🇦
Pray for Ukraine!
  • Ukraine ⛵
View GitHub Profile
@uneeq
uneeq / install.md
Created November 9, 2016 09:18 — forked from galulex/install.md
Ruby On Rails Ubuntu 16.04 install

Developer libs

mysql, rmagic, curl, git, vim, sqlite, nodejs nokogiri...

sudo apt-get install libxslt1-dev libxml2-dev libmagickwand-dev imagemagick libsqlite3-dev libcurl4-openssl-dev curl git git-gui vim-gtk exuberant-ctags nodejs nodejs-legacy rar

Ruby

sudo apt-add-repository ppa:brightbox/ruby-ng

sudo apt-get update