# Demo | |
Here are the steps to setup a dana-bot server. | |
As a requirement, you need to have node.js installed on your machine. [See nodejs download](https://nodejs.org/en/download/). | |
## Instructions for Mac/Linux | |
``` | |
$ npm install | |
$ cp -r demo/configs configs | |
$ cp -r demo/project project | |
$ npm start | |
``` | |
## Accessing dana-bot | |
[Just open a browser on http://localhost:5051](http://localhost:5051/). | |
Log using *login:admin* and *password:admin*. Then click on 'start bot' button. | |
Enjoy :) | |