Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Compose Manual Installation: Wrong file url #8783

Closed
dudanogueira opened this issue May 31, 2021 · 2 comments
Closed

Docker Compose Manual Installation: Wrong file url #8783

dudanogueira opened this issue May 31, 2021 · 2 comments
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@dudanogueira
Copy link

Issue:
The url path for the docker compose manual installation is wrong, rendering a non workable deployment:

Link: doc link

where it reads, for linux:

Also download the Nginx configuration files:

mkdir nginx-config-files
wget -qO nginx-config-files/nginx.conf https://storage.googleapis.com/rasa-x-releases/0.40.1/nginx-config-files/nginx-config-files/nginx.conf
wget -qO nginx-config-files/ssl.conf.template https://storage.googleapis.com/rasa-x-releases/0.40.1/nginx-config-files/nginx-config-files/ssl.conf.template
wget -qO nginx-config-files/rasax.nginx.template https://storage.googleapis.com/rasa-x-releases/0.40.1/nginx-config-files/nginx-config-files/rasax.nginx.template

the nginx-config-files is duplicated. it should be:

mkdir nginx-config-files
wget -qO nginx-config-files/nginx.conf https://storage.googleapis.com/rasa-x-releases/0.40.1/nginx-config-files/nginx.conf
wget -qO nginx-config-files/ssl.conf.template https://storage.googleapis.com/rasa-x-releases/0.40.1/nginx-config-files/ssl.conf.template
wget -qO nginx-config-files/rasax.nginx.template https://storage.googleapis.com/rasa-x-releases/0.40.1/nginx-config-files/rasax.nginx.template

Thanks for this awesome project!

Sorry if this is the wrong place to point this. I tried looking for the docs at this repo, but couldn't find.

@dudanogueira dudanogueira added area:rasa-oss 🎡 Anything related to the open source Rasa framework type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. labels May 31, 2021
@sara-tagger
Copy link
Collaborator

Thanks for the issue, @hsm207 will get back to you about it soon!

You may find help in the docs and the forum, too 🤗

@hsm207
Copy link
Contributor

hsm207 commented Jun 8, 2021

Thanks for raising this issue. We've made a PR to update the links.

@hsm207 hsm207 closed this as completed Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

3 participants