Skip to content

Instantly share code, notes, and snippets.

@bcambel
Created December 17, 2014 22:42
Show Gist options
  • Select an option

  • Save bcambel/fb37ea967bf692aada20 to your computer and use it in GitHub Desktop.

Select an option

Save bcambel/fb37ea967bf692aada20 to your computer and use it in GitHub Desktop.
Install Cassanda on ubuntu
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