Skip to content
forked from gijs/dashku

Dashku Classic Edition - Realtime dashboards and widgets

License

Notifications You must be signed in to change notification settings

aaronfranco/dashku

 
 

Repository files navigation

Build Status Coverage Status Dependency Status Dev Dependency Status Code Climate Gitter chat Issue Stats Issue Stats

Dashku (classic edition)

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.

Flattr this

Dependencies

  • Node.js (0.10)
  • MongoDB
  • Redis

Installation

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

Booting the application

mongod &
redis-server &
npm start

Seeding the database with widget templates

You can seed Dashku's database with widget templates by running this command:

npm run populateWidgetTemplates

Using Dashku to create dashboards and widgets

Documentation will be coming soon.

Testing

To run unit and functional tests:

npm test

To run the integration tests:

npm run cuke

License & Credits

© 2015 Anephenix Ltd. The Nike swoosh is a registered trademark of Nike Inc. Dashku is a trademark of Anephenix Ltd, and dashku is licenced under the LGPLv3 license. See LICENSE for details.

About

Dashku Classic Edition - Realtime dashboards and widgets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.1%
  • CSS 5.6%
  • Gherkin 4.3%
  • HTML 3.7%
  • CoffeeScript 1.9%
  • PHP 0.2%
  • Other 0.2%