paschmann / rasa-ui

Rasa UI is a frontend for the Rasa Framework
MIT License
960 stars 330 forks source link

How to run without docker? #88

Closed dejanmarich closed 6 years ago

dejanmarich commented 6 years ago

Is it possible to run UI interface without docker?

Thanks, kr

pradeepmvn commented 6 years ago

@dejanmarich Sure yes. You need to install postgres separately and clone the repo to do npm install and npm start.

There are instructions in wiki and readme as well.