Skip to content

Commit

Permalink
Unpack rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Bytheway committed Apr 27, 2012
1 parent d6d425a commit d1f1aab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bootstrap-chef-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,20 @@ if [ $STEP -le 4 ]; then
fi


if [ $STEP -le 5 ]; then

###################################################
# install rabbitmq

if [ ! -f rabbitmq-server-generic-unix-2.8.1.tar.gz ]; then
wget http://www.rabbitmq.com/releases/rabbitmq-server/v2.8.1/rabbitmq-server-generic-unix-2.8.1.tar.gz
fi

cd /usr/local
tar xzf rabbitmq-server-2.8.1.tar.gz
cd -

STEP=6
fi


0 comments on commit d1f1aab

Please sign in to comment.