<< Prev - Install RVM and Ruby Make sure nodejs is installed: node -v If not, follow commands in Install Rails Dependencies...
sudo apt-get update sudo apt install curl sudo apt-get install nodejs curl -sL https://deb.nodesource.com/setup_8.x | sudo -E...
<< Prev - Install Rails Dependencies sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev sudo apt install...
Best results in other decks
You can use local copies of gems in your Gemfile like this: gem 'spreewald', path: '~/gems/spreewald' As soon as you...
This method will remove automatically installed packages that no other packages depend on any more. This, of course...