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

RabbitMQ installation failed #21

Open
charley-zhu opened this issue May 14, 2021 · 1 comment
Open

RabbitMQ installation failed #21

charley-zhu opened this issue May 14, 2021 · 1 comment

Comments

@charley-zhu
Copy link

Hi,The RabbitMQ address is invalid, return 403

deb [trusted=yes] https://dl.bintray.com/rabbitmq-erlang/debian ${distro} erlang
deb [trusted=yes] https://dl.bintray.com/rabbitmq/debian ${distro} main

@harshal-vaidya-mox
Copy link

I made it work with a tweak.

## RabbitMQ
log_section_heading "RabbitMQ"
curl -fsSL "${rabbitmq_release_url}" | apt-key add -
#changed
#tee /etc/apt/sources.list.d/bintray.rabbitmq.list <<EOT
## Installs the latest Erlang 22.x release.
## Change component to "erlang-21.x" to install the latest 21.x version.
## "bionic" as distribution name should work for any later Ubuntu or Debian release.
## See the release to distribution mapping table in RabbitMQ doc guides to learn more.
#deb [trusted=yes] https://dl.bintray.com/rabbitmq-erlang/debian ${distro} erlang
#deb [trusted=yes] https://dl.bintray.com/rabbitmq/debian ${distro} main
#EOT

update_apt_pkg
#changed
#check_apt_pkg 'rabbitmq-server' "=${rabbitmq_ver}"
check_apt_pkg 'rabbitmq-server'
enable_service 'rabbitmq-server'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants