We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06e0cf0 + 1e9196f commit 08f2c42Copy full SHA for 08f2c42
.juliarun_ci.sh
@@ -0,0 +1,8 @@
1
+echo 'deb http://www.rabbitmq.com/debian/ testing main' |
2
+ sudo tee /etc/apt/sources.list.d/rabbitmq.list
3
+sudo apt-get update
4
+sudo apt-get install -y wget
5
+wget -O- https://www.rabbitmq.com/rabbitmq-release-signing-key.asc |
6
+ sudo apt-key add -
7
+sudo apt-get install -y --allow-unauthenticated rabbitmq-server
8
+sudo service rabbitmq-server start
0 commit comments