Skip to content

Instantly share code, notes, and snippets.

@isaacbroyles
Created October 15, 2017 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacbroyles/b7ce829bb6f4114dccc8a95db420e025 to your computer and use it in GitHub Desktop.
Save isaacbroyles/b7ce829bb6f4114dccc8a95db420e025 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt-get install -y default-jre
apt-get install -y python
echo "deb http://www.apache.org/dist/cassandra/debian 311x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
curl https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y cassandra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment