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/'
})
####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
####2. build
docker build -t graph-ryder-dashboard .
####3. run
docker run -d -p 9000:9000 --name my-graph-ryder-dashboard graph-ryder-dashboard
- via web browser
http://localhost:9000/