Installing Rasa X in Server mode with pip

Hello,

I want to deploy Rasa X in server mode on a server. I can’t use the recommended installation Script (http://get-rasa-x.rasa.com/) because the server is behind a firewall which does not allow to download unverified sources from the internet (e.g. k3s). So I’ve installed rasa and rasa-x packages with pip on the server. Is there a possibility to start Rasa X in server Mode with just these pip packages installed?

Thanks for helping,

Moritz

It should work just running “rasa x” or “python -m rasa x”.