51 things ezmak likes Explore more popular stuff on Tumblr →
-
9gag:
-
dochanhlangtu reblogged cute-kitty-cats:
-
dochanhlangtu reblogged ohsopictures:
-
Installing Redis on Mac OS X
Download, extract and compile Redis, as per official documentation, with:
$ wget http://redis.googlecode.com/files/redis-2.2.6.tar.gz $ tar xzf redis-2.2.6.tar.gz $ cd redis-2.2.6 $ make
Move executables to the /usr/bin folder:
$ mv src/redis-server /usr/bin $ mv src/redis-cli /usr/binCreate a Redis config file for your account:
$ mkdir ~/.redis $ mv redis.conf ~/.redis/You should now be able to run redis-server from any location in Terminal.
Great instructions. I only had to make small changes to get this to work for me. The move file section required the use of sudo and the create section required that I omit the .redis. Looks like the line should read: $mv redis.conf ~/redis/
I now have Redis working locally, muwhahaha…
-
miguelmota reblogged oblivionpt:
-
-
dochanhlangtu reblogged imgfave:
-
-
dochanhlangtu reblogged ak47:

