Skip to content

Commit 08f2c42

Browse files
authored
Merge pull request #7 from JuliaComputing/tan/ci
install rabbitmq in juliarunci environment
2 parents 06e0cf0 + 1e9196f commit 08f2c42

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)