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.
1 parent 06e0cf0 commit 1e9196fCopy full SHA for 1e9196f
.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