Search code examples
ibm-cloudibm-watsonwatson-conversationwatson

IBM Watson Conversation Web App Deployment


I have been trying for a while to deploy my IBM conversation to bluemix but I can't seem to be able to deploy it.


Solution

  • You can simple use the Deploy function available on Bluemix with the url + github repository URL.

    This project is web-based from IBM Professionals, they build one example in Node.js using Watson Conversation.

    Note.: For use your bot, you need to set the WORKSPACE_ID, and the Service Credentials from your service, and set on the variable CONVERSATION_USERNAME, and CONVERSATION_PASSWORD in the .env file.

    If you have problem when you try to set your Service Credentials and your Workspace, you can see my answer for using Dotenv and .env files.