with this content (custyomize the URL):
(function (window) {
window.__config = window.__config || {};
// API url
window.__config.apiUrl = 'http://localhost:5000/';
}(this));
- Install needed tools
$ sudo apt-get install npm
$ sudo npm install -g bower grunt-cli
- npm and bower install
$ npm install
$ bower install
- 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
- a shortcut for
grunt serve
$ npm start
$ npm run build
This creates a static directory in /dist that is served by the web server.
docker build -t graph-ryder-dashboard .
docker run -d -p 9000:9000 --name my-graph-ryder-dashboard graph-ryder-dashboard
- via web browser
http://localhost:9000/