Skip to content

Latest commit

 

History

History
70 lines (60 loc) · 1.19 KB

README.md

File metadata and controls

70 lines (60 loc) · 1.19 KB

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/