Created
October 11, 2013 16:20
-
-
Save shuron/6937695 to your computer and use it in GitHub Desktop.
Installing Cassandra an Debian
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
| # Add source list | |
| cat > /etc/apt/sources.list.d/cassandra.sources.list << DELIM | |
| deb http://www.apache.org/dist/cassandra/debian 20x main | |
| deb-src http://www.apache.org/dist/cassandra/debian 20x main | |
| DELIM | |
| # now install cassandra | |
| apt-get update | |
| sudo apt-get install cassandra |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment