Skip to content

Instantly share code, notes, and snippets.

@grzegorzblaszczyk
Created October 21, 2015 09:24
Show Gist options
  • Save grzegorzblaszczyk/76c2d28117fc5c6f1b6b to your computer and use it in GitHub Desktop.
Save grzegorzblaszczyk/76c2d28117fc5c6f1b6b to your computer and use it in GitHub Desktop.
setup node execjs for Rails 4
#!/bin/bash
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install nodejs
sudo apt-get install build-essential
gem install therubyracer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment