Install Rails Dependencies

Updated . Posted . Visible to the public.
sudo apt-get update
sudo apt install curl
sudo apt-get install nodejs

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 git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev nodejs yarn

>> Next - Install RVM and Ruby

hashharvest
Last edit
hashharvest
Posted by hashharvest to Rails CheatSheets (2017-11-17 07:35)