Skip to content

Instantly share code, notes, and snippets.

@shuron
Created October 11, 2013 16:20
Show Gist options
  • Select an option

  • Save shuron/6937695 to your computer and use it in GitHub Desktop.

Select an option

Save shuron/6937695 to your computer and use it in GitHub Desktop.
Installing Cassandra an Debian
# 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