For details about using this service, 5350 notes in Canvas, also review
https://cloud.ibm.com/docs/assistant?topic=assistant-deploy-web-chat
See details at
-
Login to Azure VM
ssh azureuser@IP_ADDRESS -
Change directory:
cd team-# -
Clone this repo:
git clone https://github.com/iportilla/5350-bot.git -
Navigate to new folder
cd 5350-bot -
Update Makefile with PORT given in class
vi Makefile# Update PORT value to any port in ranges # 80-90,or 8000-8010 or 8080-8090
Note: When you build your own chatbot, update public-html\index.html with your chatbot script section lines.
make build
make run
make stop