Created
February 8, 2017 14:20
-
-
Save AshikNesin/72fe6cc163e822cb6498aa48161d8d0a to your computer and use it in GitHub Desktop.
Node Ubuntu
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
wget -qO- https://deb.nodesource.com/setup_7.x | sudo bash - | |
sudo apt-get install -y nodejs | |
a2enmod rewrite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment