Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 467 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 467 Bytes

Git clone

npm install

Dev test

run start:dev o run start:react

APIs

GET /session Creates and returns new chatbot Session. Validate if the chatbot is active.

Deploy on Ubuntu with PM2 installed

  • cd /git/echatbot-nlp
  • git pull
  • npm install
  • pm2 delete waiboc-widget
  • npm update echatbot-mongodb
  • export AMBIENTE=produccion
  • npm run buildProd
  • pm2 start npm --no-automation --name waiboc-widget -- run start
  • pm2 save