Last active
August 29, 2015 14:25
-
-
Save mani95lisa/7405f4717ebf08233803 to your computer and use it in GitHub Desktop.
node init
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
apt-get install nodejs npm git nginx curl imagemagick software-properties-common | |
npm install -g nrm | |
nrm use cnpm | |
ln -s `which nodejs` /usr/bin/node | |
#install new redis-server | |
sudo apt-add-repository ppa:chris-lea/redis-server | |
sudo apt-get update | |
sudo apt-get install redis-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment