Skip to content

jason-vallet/graph-ryder-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph ryder dashboard

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

####1. Change api url in app/scripts/app.js

  .constant('config', {
        apiUrl: 'http://localhost:5000/'
    })

Local Installation

####2. Tools

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

####3. Install

  • npm and bower install
$ npm install
$ bower install

####4. Linkurious.js

  • Linkurious lib do not provide bower repository yet
  • Clone linkurious where you want
$ git clone https://github.com/norbertFeron/linkurious.js linkurious
  • Link and build lib
$ cd linkurious
$ bower link
$ npm install
$ npm run build
  • Link to the project
$ cd /your/app/path
$ bower link linkurious

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

  • a shortcut for grunt serve
$ npm start

Docker Installation

####2. build

docker build -t graph-ryder-dashboard .

####3. run

docker run -d -p 9000:9000 --name my-graph-ryder-dashboard graph-ryder-dashboard

Post install

  • via web browser
http://localhost:9000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.7%
  • JavaScript 46.6%
  • CSS 1.6%
  • Shell 0.1%