Skip to content

Instantly share code, notes, and snippets.

View caseol's full-sized avatar

Carlos André Oliveira caseol

View GitHub Profile
@caseol
caseol / install.md
Created February 28, 2021 14:15 — forked from galulex/install.md
Ruby On Rails Ubuntu 18.04 install

Developer libs

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

sudo apt-get install libxslt1-dev libxml2-dev build-essential patch libsqlite3-dev libcurl4-openssl-dev curl git git-gui vim-gtk exuberant-ctags nodejs rar

Ruby

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

sudo apt-get update