Félix Marty
add dana
3f268e5
|
raw
history blame
No virus
711 Bytes

Demo

Here are the steps to setup a dana server with some random benchmarks/projects.

As a requirement, you need to have node.js installed on your machine. See nodejs download.

Instructions for Mac/Linux

$ npm install
$ cp -r demo/configs configs
$ cp -r demo/projects www/views/projects

To start the server, there are two options:

$ node src/server.js
or
$ npm start

Feeding fake data

In order to feed some fake data to see the dashboard in action:

$ cd dana-websocket-client
$ node pullDummyData.js 100 100 100

You're ready to go!

Accessing dana

Just open a browser on http://localhost:7000.

Enjoy :)