Skip to content

shankar-bavan/rasa-chatbot-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rasa 3.0 Deployment

Deploying Rasa Bot over Google Cloud Platform using Docker.

Prerequisites:

  • Docker
  • Docker Compose

Instructions:

For deploying locally:

  • clone this repository
  • run the below command within the project directory:

docker-compose up --build

  • Check whether the services are up and running using below command:

docker ps -a

  • test out the bot in the browser

http://localhost

For deploying over GCP Compute Engine:

  • Create the VM instance of Ubuntu over Compute Engine

  • once the instance is created login to the VM using SSH

  • Run the below commands and clone our Docker app:

  • sudo apt-get update

Install Docker

Clone the Docker App

Build the Docker app and run the services:

  • sudo docker-compose up -d --build

  • Check whether the services are up and running using below command:

  • docker ps -a

  • Once you see all the services up and running, open the ip address of the machine in the browser and test the bot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published