https://github.com/mabdh/cassandraworkbench
https://github.com/mabdh/cassandraworkbench
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mabdh/cassandraworkbench
- Owner: mabdh
- License: mit
- Created: 2015-02-22T19:53:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T13:47:43.000Z (over 10 years ago)
- Last Synced: 2025-01-21T15:28:00.246Z (5 months ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CassandraWorkbench
##Prerequisites
- Cassandra DB -
Download and install Cassandra. When running the application, you need to have thecassandra -f
process running.
- Node.js -
Download and install Node.js
## Quick Install
-
Install bower and grunt globally usingnpm install -g bower grunt-cli
-
Install client-side dependencies usingbower install
-
Install server-side dependencies usingnpm 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 cachebower cache clean
-
If it doesn't work (Error, EACCESS) appear. Change .cache permissionsudo chown -R username ~/.cache
-
Run bower install againbower install