Is there any simple way to deploy rasa in a website other than docker?

@JiteshGaikwad bro. I have seen your YouTube video of how to deploy rasa into website using docker which is good solution. Other than this is their any way of deploying rasa chatbot into website. I mean my company running the website in local server 24/7 from office, they don’t want to deploy on GCP. In that case without google cloud is their any other way to deploy rasa chatbot into the website?

If you have seen the video completely, I have already shown how to deploy on GCP in the video and it uses Compute Engine service. @skjainmiah

1 Like

I have seen bro but the website in which I have to deploy rasa chatbot is not on GCP and its running on local server with the help of XAMP. So is there any other way to deploy?

So where do you want to deploy?

@JiteshGaikwad I have tried to deploy rasa using docker in local by link.But I am getting below error

Recreating rasa_server … done Recreating chatbot_ui … done Recreating action_server … done Recreating a0e38c7bfd3f_nginx … error ERROR: for a0e38c7bfd3f_nginx Cannot start service nginx: OCI runtime create failed: container_linux.go:346: starting container process caused “process_linux.go:449: container init caused “rootfs_linux.go:58: mounting \”/d/Rasa/Rasa_Deployment-master/nginx.conf\” to rootfs \"/mnt/sda1/var/lib/docker/overlay2/d7415a8e87d48895ab26674f288b665c765603fa3a179a2b17a0da2a5030451b/merged\" at \"/mnt/sda1/var/lib/docker/overlay2/d7415a8e87d48895ab26674f288b665c765603fa3a179a2b17a0da2a5030451b/merged/etc/nginx/nginx.conf\" caused \“not a directory\”"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type

ERROR: for nginx Cannot start service nginx: OCI runtime create failed: container_linux.go:346: starting container process caused “process_linux.go:449: container init caused “rootfs_linux.go:58: mounting \”/d/Rasa/Rasa_Deployment-master/nginx.conf\” to rootfs \"/mnt/sda1/var/lib/docker/overlay2/d7415a8e87d48895ab26674f288b665c765603fa3a179a2b17a0da2a5030451b/merged\" at \"/mnt/sda1/var/lib/docker/overlay2/d7415a8e87d48895ab26674f288b665c765603fa3a179a2b17a0da2a5030451b/merged/etc/nginx/nginx.conf\" caused \“not a directory\”"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type ERROR: Encountered errors while bringing up the project.

Thanks in advance

I am using windows as operating system. Even the server also has windows. Is it compulsory to have ubuntu For deploying over GCP Compute Engine?