Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update the ohm recipe with homebrew instructions.
  • Loading branch information
rstacruz committed Sep 16, 2010
1 parent 363dd4b commit f09e02e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions recipes/ohm.rb
Expand Up @@ -279,15 +279,19 @@ def redis(env = ENV['RACK_ENV'] || 'development')
Installing redis
----------------
First: install Redis 2.0rc1, if you haven't yet:
First: install Redis, if you haven't yet.
http://code.google.com/p/redis/
# For those using Mac/Homebrew:
brew install redis
# For everyone else:
curl http://redis.googlecode.com/files/redis-2.0.0-rc1.tar.gz | tar -zxvf -
cd redis-2.0.0-rc1
cd redis-*
make
sudo cp redis-{server,cli,benchmark,check-aof,check-dump} /usr/local/bin
cd ..
rm -rf redis-2.0.0-rc1
rm -rf redis-*
Starting the redis server
-------------------------
Expand Down

0 comments on commit f09e02e

Please sign in to comment.