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.
$ 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
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!
Just open a browser on http://localhost:7000.
Enjoy :)