Created
September 10, 2013 23:15
-
-
Save oisinkim/6517085 to your computer and use it in GitHub Desktop.
Install Cassandra 1.2.9 and cql on OS X using brew and pip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew update | |
| brew install https://raw.github.com/mxcl/homebrew/0bb5530efa1b9e5e1015915a1f9111fa33206516/Library/Formula/cassandra.rb | |
| brew install python | |
| pip install cql | |
| cd /usr/local/Cellar/cassandra/1.2.9/bin | |
| ./cqlsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment