Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 528 Bytes

File metadata and controls

11 lines (6 loc) · 528 Bytes

https://gorails.com/setup/ubuntu/16.04#ruby

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

sudo apt-get update sudo apt-get install gpgv2 git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common libffi-dev nodejs yarn