Created
December 17, 2014 22:42
-
-
Save bcambel/fb37ea967bf692aada20 to your computer and use it in GitHub Desktop.
Install Cassanda on ubuntu
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
| sudo apt-get install openjdk-7-jre -y | |
| echo "deb http://debian.datastax.com/community stable main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list | |
| curl -L http://debian.datastax.com/debian/repo_key | sudo apt-key add - | |
| sudo apt-get install dsc21 -y --force-yes | |
| sudo service cassandra status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment