Hello, I want to deploy my rasa bot on my website which is hosted on the host gator server. Can you please guide me on how can I deploy my rasa bot on the production server and do I need to keep my rasa server running on my production server at all times to work?
I am unfamiliar with what a “gator server” is. That said; if you want to deploy Rasa, you’re probably going to want to do it using Rasa X. It makes the CI/CD much easier and it also gives you an interface to properly label new conversations.
You can find information on installation on our documentation pages and you can also check out this youtube tutorial on how to set it up.
Also, if you want to be able have your service reply to conversations then your service needs to be running. So yes, this means that the VM (or kubernetes cluster) that you’re running this on needs to be running at all times.