Skip to content

Commit 1e9196f

Browse files
committed
install rabbitmq in juliarunci environment
1 parent 06e0cf0 commit 1e9196f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.juliarun_ci.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)