Skip to content

Instantly share code, notes, and snippets.

@mani95lisa
Last active August 29, 2015 14:25
Show Gist options
  • Save mani95lisa/7405f4717ebf08233803 to your computer and use it in GitHub Desktop.
Save mani95lisa/7405f4717ebf08233803 to your computer and use it in GitHub Desktop.
node init
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