Video walk-through of new Rasa-X install process (Rasa Ephemeral Installer)

Hi everyone! We’ve been seeing a lot of questions and confusion recently around how to use the Rasa Ephemeral Installer so we’ve put together a video walkthrough of how to get started on a new Ubuntu VM.

Here’s the info in the video typed out so it’s easier to copy & paste. Hope this helps!

Link to page in docs: Installation

Relevant commands:

  • curl -O https://rei.rasa.com/rei.sh && bash rei.sh -y
  • sudo reboot
  • bash rei.sh -y
  • nano values.yml
  • rasactl start examplerasax —values-file ~/values.yml

Values.yml:

rasa:
  versions:
    rasaProduction:
      enabled: true
    rasaWorker:
      enabled: true
3 Likes