Hacker News new | ask | show | jobs
by iandanforth 5070 days ago
"Getting one up in your system is beyond the scope of this document."

- 67 characters

brew install redis

redis-server

- 31 characters

2 comments

I actually like when people focus on the case and don't pollute their manuals with such things. If you don't know how to, it's information you can easily obtain elsewhere and you probably got some homework to do anyway.
Unfortunately, not all systems are OSX.
apt-get install redis
Its actually in the redis-server package on Ubuntu.
wget

tar -xzvf

make

sudo make install