Skip to content

Instantly share code, notes, and snippets.

@felipemesquita
Created February 13, 2012 19:00
Show Gist options
  • Save felipemesquita/1819095 to your computer and use it in GitHub Desktop.
Save felipemesquita/1819095 to your computer and use it in GitHub Desktop.
How to install Cassandra
sudo mkdir -p /opt/cassandra
sudo chown -R root /opt/cassandra
sudo mkdir -p /var/log/cassandra
sudo chown -R root /var/log/cassandra
sudo touch /var/log/cassandra/system.log
sudo mkdir -p /var/lib/cassandra
sudo chown -R root /var/lib/cassandra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment