Skip to content

Commit

Permalink
Install Redis
Browse files Browse the repository at this point in the history
It is common enough on the thoughtbot client projects I've seen this
year to want to install it on machines by default.
  • Loading branch information
Dan Croak committed Nov 20, 2012
1 parent 395016e commit 3a9825d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -39,6 +39,7 @@ What it sets up
* Postgres gem for talking to Postgres from Ruby
* Qt for headless JavaScript testing via Capybara Webkit
* Rails gem for writing web applications
* Redis for storing key-value data
* Ruby stable for writing general-purpose code
* RVM for managing versions of the Ruby programming language
* SSH public key for authenticating with Github and Heroku
Expand Down
3 changes: 3 additions & 0 deletions mac
Expand Up @@ -35,6 +35,9 @@ echo "Installing Postgres, a good open source relational database ..."
successfully brew install postgres --no-python
successfully initdb /usr/local/var/postgres -E utf8

echo "Installing Redis, a good key-value database ..."
successfully brew install redis

echo "Installing ack, for searching the contents of files ..."
successfully brew install ack

Expand Down

0 comments on commit 3a9825d

Please sign in to comment.