,

Cassandra-Cluster-Admin – Apache Cassandra GUI – Installation


# create download directory
mkdir -p ~/build/cassandra-cluster-admin
cd ~/build/cassandra-cluster-admin

# download
git clone https://github.com/sebgiroux/Cassandra-Cluster-Admin

# copy to web hosting directory - typically /var/www/
sudo cp -r Cassandra-Cluster-Admin /var/www/cassandra
sudo chown -R www-data:www-data /var/www/cassandra

#In a web browser, go to http://localhost/cassandra/
# enjoy :)

References

1. Home: https://github.com/sebgiroux/Cassandra-Cluster-Admin
2. Overview of Cassandra GUIs: http://wiki.apache.org/cassandra/Administration%20Tools
3. Overview of Cassandra GUIs: http://wiki.apache.org/cassandra/FAQ#gui


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *