Unable to access rasa-x

Hi,

I’m unable to access rasa-x using the IP address of my instance hosted on AWS Lightsail. I followed the steps in Installation Guide and was able to run sudo docker-compose up -d without any errors.

Below is the status of all the docker containers.

Something is wrong with nginx, since it just keeps restarting.

Environment:

  • OS: Ubuntu 16.04.6 LTS
  • Python: 3.6.8
  • Docker: 18.09.7, build 2d0083d
  • Docker-compose: 1.24.1, build 4667896b

I get this when I run sudo docker run rasa/nginx:stable

you have not agreed to the terms and conditions, Rasa X cannot start. To accept the terms and conditions run echo "$\{USER\} $\(date\)" > /opt/bitnami/nginx/conf/bitnami/terms/agree.txt on the host machine. You can find the terms at https://storage.googleapis.com/rasa-x-releases/rasa_x_ce_license_agreement.pdf

But the /opt/bitnami/nginx/conf/bitnami/terms/agree.txt path doesn’t exist. How do I create this?

You have a file to this path if you agree with the terms. It’s currently not in the docs, will add this step as soon as git is up again.

This helps me: chown -R 1001:root terms