RASA X Integration Local to Live server

Hi, one of our developer done rasa x in local server and we have all .yml files and database files.

now we need to import to our ubuntu web server.

so now we need following queries.

  1. how to install rasa x in ubuntu 16.04 or 18.04
  2. then how to import all files and database file to ubuntu server.
  3. after how to integrate rasa x to wordpress website.

can you guys please help me for those quires(step by step process)

Hi @loganathan! Here are some answers to your question:

  1. How to install rasa x in ubuntu 16.04 or 18.04

I recommend checking out the installation guide. It will help you decide which of the three options is best for you and then guide you through the deployment step-by-step:

  1. then how to import all files and database file to ubuntu server.

You will want to version your assistant in Git and push it to a remote Git repository (e.g. GitHub, GitLab, BitBucket, etc). Once you have done that, you can use Integrated Version Control to load in your assistant. If you want to migrate existing conversations to your Rasa X server, you will want to use rasa export.

  1. after how to integrate rasa x to wordpress website.

You will want to look into how to connect your own website as an external channel.