,

wso2carbon – Apache Cassandra GUI – Installation on Linux

Installation

# create build directory
mkdir -p ~/build/wso2carbon
cd ~/build/wso2carbon

# download last wso2 library
wget https://dl.dropbox.com/s/ji3srheacuvgl6t/wso2carbon-4.0.0-SNAPSHOT.zip

# unzip
unzip wso2carbon-4.0.0-SNAPSHOT.zip

# set execute rights - they are already set correctly :)
#chmod +x wso2carbon-4.0.0-SNAPSHOT/bin/wso2server.sh

# create directories to copy the runtime data
sudo mkdir -p /var/lib/wso2carbon
sudo mv wso2carbon-4.0.0-SNAPSHOT /var/lib/wso2carbon
sudo ln -s /var/lib/wso2carbon/wso2carbon-4.0.0-SNAPSHOT/bin/wso2server.sh /usr/local/bin/wso2server.sh

# execute
wso2server.sh

Server URL: https://localhost:9443/
Username: admin
Password : admin
Login: https://192.168.178.26:9443/carbon/admin/login.jsp

References

1. Overview of Cassandra GUIs: http://wiki.apache.org/cassandra/FAQ#gui
2. Cassandra GUI 2.0 Installation Tips: http://blog.shelan.org/2012/06/cassandra-gui-20-making-things-little.html
3. Cassandra GUI 2.0 Installation Tips: http://architects.dzone.com/articles/making-things-easier-cassandra


Comments

Leave a Reply

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