Skip to content

Deploying Rasa Bot over Google Cloud Platform using Docker.

Notifications You must be signed in to change notification settings

AmirStudy/Rasa_Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rasa 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:https://localhost

Youtube Video:

https://www.youtube.com/watch?v=9C1Km6xfdMA

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:

  • docker-compose up --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

Youtube Video:

https://youtu.be/qOHszxJsuGs

About

Deploying Rasa Bot over Google Cloud Platform using Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages