File size: 492 Bytes
3f268e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 :)