Skip to content
/ dashku Public
forked from gijs/dashku

Dashku Open Source Edition - Realtime dashboard and widgets

Notifications You must be signed in to change notification settings

drnic/dashku

 
 

Repository files navigation

Dashku

Dashku Screenshot

Introduction

Dashku is a web application for creating dashboards and widgets in HTML, CSS, and JavaScript. It is open source, and available to download from Github. There is also a hosted edition at Dashku.com.

Dependencies

  • Node.js (0.8)
  • MongoDB
  • Redis

Installation

git clone git://github.com/Anephenix/dashku.git
cd dashku
npm install

Booting the application

mongod &
redis-server &
coffee app.coffee

Using Dashku to create dashboards and widgets

Documentation will be coming soon.

Testing

To run unit and functional tests:

cake test

To run the integration tests:

node_modules/.bin/cucumber.js

License & Credits

© 2012 Anephenix Ltd. The Nike swoosh is a registered trademark of Nike Inc.

Dashku is licensed under the MIT license

About

Dashku Open Source Edition - Realtime dashboard and widgets

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 53.8%
  • JavaScript 46.2%