/graph-ryder-dashboard

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

Primary LanguageHTMLApache License 2.0Apache-2.0

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