paschmann / rasa-ui

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

How to do Step 2 and 3 in installing steps on wiki #117

Closed satishAarbor closed 6 years ago

satishAarbor commented 6 years ago

Can you explain about the following quoted steps:

"Step 2. Update your package.json file to include the IP Addresses of your rasa server and the connection string of your postgres instance."

"Step 3. Optional: Update your web/src/app.js file to include the IP Addresses of your local middleware server (no need to change this if the front end and middleware server are running on the same instance)" @pradeepmvn @paschmann

pradeepmvn commented 6 years ago

@satishAarbor Rasa Nlu server should be running on a seperate container or port and you should use that URL in package.json. Ignore Step 3. I will update the documentation.

OmarDhouib95 commented 5 years ago

could you please tell me how to update and use that URL in package.json? How should package.json look like? Thanks you @pradeepmvn