hi all, i have build small chat bot using rasa x. so i want to deploy can any help me
Have you looked at Deploy to a Server in our docs?
thanks… but
getting error in cmd C:\Users\dell\Desktop\Docker\rasa>docker -v && docker-compose -v Docker version 18.09.2, build 6247962 docker-compose version 1.23.2, build 1110ad01
C:\Users\dell\Desktop\Docker\rasa>$ wget -qO docker-compose.yml https://storage.googleapis.com/rasa-x-releases/stable/docker-compose.ce.yml ‘$’ is not recognized as an internal or external command, operable program or batch file.
The $
stands for standard UNIX non-root user prompt. Command starts at wget
.
The platform requirements say that the automated script requires Debian or Ubuntu. If you are on Windows, you may need to carefully adopt the manual installation instructions.
thank you @akshay2000