Slack demo HR bot that uses open source natural language tools (rasa core and rasa nlu). The application uses a micro-service architecture with docker-compose.
- Install Docker Docker Download
- Install Docker-Compose Docker-Compose Download
- Add a bot to your slack channel and locate your bot secrets Slack Bot Guide
- Create a file called
secrets_development.env
and paste in your lack secrets in the format ofsecrets_example.env
- run
make development_build
in your terminal - test out your new bot in slack
- run
make test
in your terminal
- Set up your server with docker and docker-compose
- Create a new production bot and locate slack secrets
- Create a
secrets_production.env
file with the new secrets - run
make production_build
from the server terminal