notice
This is documentation for Rasa X/Enterprise Documentation v1.1.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (1.4.x).
Installation
This page describes how to use Rasa Ephemeral Installer to install Rasa Enterprise.
Before You Start
note
You will need sudo
access on your machine to use REI for installation. The installer will prompt you for your password.
REI installs rasactl
. rasactl
deploys Rasa Enterprise without a Rasa Open Source server. To connect a Rasa Open Source server,
see the Connect Rasa Open Source to Rasa Enterprise section.
You can learn more about rasactl
in the rasactl CLI docs section.
The Quickstart section assumes you will be connecting to a remote Git repository. To start Rasa Enterprise with a local Rasa project mounted, see Starting Rasa Enterprise with a Local Rasa Project.
Quickstart
- Download and run Rasa Ephemeral Installer:
The command above will prepare the environment and install the following components:
Use
rasactl
to deploy Rasa :$ rasactl start∙∙∙ Ready!╭ Rasa X ───────────────────────────────────────────────╮│ ││ URL: http://agitated-goldberg.rasactl.localhost ││ Rasa X version: 1.1.3 ││ Rasa X password: rasaxlocal ││ │╰───────────────────────────────────────────────────────╯By default,
rasactl
will deploy the latest stable release of Rasa Enterprise. To use the latest edge release of Rasa Enterprise, run the following instead:rasactl start --rasa-x-edge-release
note
If you deploy Rasa Enterprise on a VM rasactl
will expose the Rasa Enterprise deployment on one of the node ports (30000-30100
).
- Check the status of your deployment.
- Use the
rasactl open
command to view Rasa Enterprise in a web browser. From there you can connect Rasa Enterprise to your bot's git repository.
Starting Rasa Enterprise with a Local Rasa Project
note
Starting a Rasa Enterprise deployment with a local Rasa project is supported for Rasa Enterprise ≥ 1.0.0.
The following instruction describes how to deploy Rasa Enterprise with a mounted local Rasa project.
Requirements
kind
. Using a local Rasa project is only supported withkind
as the k8s platform.kind
is installed along with other tools if you use the REI to install all components.A local Rasa project. If you don't have one yet, there are two easy ways to create a Rasa project:
- use the
rasa init
command. - use the Rasa Playground to create and download a project.
- use the
Starting Rasa Enterprise
After downloading and installing REI:
- Start Rasa Enterprise in your local Rasa project directory:
You can use the --project-path
flag to define a Rasa project directory explicitly, in which case you don't have to run the command from your project directory.
- Check the status of your deployment - it should reflect your local project path: