An open API service indexing awesome lists of open source software.

https://github.com/mabdh/cassandraworkbench


https://github.com/mabdh/cassandraworkbench

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# CassandraWorkbench

##Prerequisites


  • Cassandra DB -
    Download and install Cassandra. When running the application, you need to have the cassandra -f process running.

  • Node.js -
    Download and install Node.js

## Quick Install



  • Install bower and grunt globally using
    npm install -g bower grunt-cli


  • Install client-side dependencies using
    bower install


  • Install server-side dependencies using
    npm install

##Running the application

To run the application simply type the following command

grunt serve

##Testing

To run the client and server unit tests use

grunt test

To only run server tests use

grunt test:server

To only run client tests use

grunt test:client

##Troubleshoot
Problem when running "bower install"



  • Clear bower cache
    bower cache clean


  • If it doesn't work (Error, EACCESS) appear. Change .cache permission
    sudo chown -R username ~/.cache



  • Run bower install again
    bower install