Skip to content

opencarecc/graph-ryder-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph ryder dashboard

This project is base on Free Admin Bootstrap Theme SB Admin v2.0.

Installation

####1. Tools

  • Install needed tools
$ sudo apt-get install npm
$ sudo npm install -g grunt-cli
$ sudo npm install -g bower

####2. Install

  • Bower install is ran from the postinstall
$ npm install

####3. Sigma.js & Linkurious.js

  • Sigma and linkurious lib do not provide bower repository yet
  • You can link it with
$ bower link linkurious /YourPathTo/linkurious.js

Same way for sigma

####4. Api Url

  • Change apiUrl in app/scripts/app.js
  .constant('config', {
        apiUrl: 'http://localhost:5000/'
    })

####5. On the command prompt run the following commands

  • a shortcut for grunt serve
$ npm start

About

A dashboard for exploring and summarizing an online forum with ethnographic coding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.8%
  • JavaScript 28.7%
  • ApacheConf 7.9%
  • CSS 2.5%
  • Shell 0.1%