Skip to content

Instantly share code, notes, and snippets.

@mani95lisa
Last active August 29, 2015 13:57
Show Gist options
  • Save mani95lisa/9461777 to your computer and use it in GitHub Desktop.
Save mani95lisa/9461777 to your computer and use it in GitHub Desktop.
mkdir /var/local/tmp
cd /var/local/tmp
wget https://gist.githubusercontent.com/mani95lisa/6520782/raw/493ff109988bde965dc2d37a653886ebd57bc529/install_nodejsV0.10.9.sh
sudo sh install_nodejsV0.10.9.sh
wget https://gist.githubusercontent.com/mani95lisa/6607004/raw/e0338f9861936c2a346ed68b7e6509884a77a923/redis.conf
mkdir /etc/redis
mv redis.conf /etc/redis
wget -O /etc/init.d/redis https://gist.githubusercontent.com/mani95lisa/7766989/raw/4d328f653a4196ceb1179b429f5180f23f82ff57/redis
chmod +x /etc/init.d/redis
cp /etc/rc.local /etc/rc.local.tmp
echo "/etc/init.d/redis start" > /etc/rc.local
cat /etc/rc.local.tmp >> /etc/rc.local
rm /etc/rc.local.tmp
/etc/init.d/redis start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment