Last active
June 8, 2016 04:14
-
-
Save sbcoba/b424eea307e0c3f75426c2b047c93dbe to your computer and use it in GitHub Desktop.
This file contains 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
curl --silent --location https://rpm.nodesource.com/setup_6.x | sudo bash - | |
sudo yum install -y nodejs | |
sudo yum install -y git | |
sudo npm install -g bower | |
bower install commonjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment