Created
October 21, 2015 09:24
-
-
Save grzegorzblaszczyk/76c2d28117fc5c6f1b6b to your computer and use it in GitHub Desktop.
setup node execjs for Rails 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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