/historical/setup-rabbitmq.sh
https://bitbucket.org/lindenlab/apiary/ · Shell · 11 lines · 6 code · 4 blank · 1 comment · 0 complexity · 1f35f875874a1d39ac1062ef96ae1c9a MD5 · raw file
- #!/bin/sh
- RMQCTL=rabbitmqctl
- $RMQCTL delete_vhost /hive
- $RMQCTL delete_user hive
- $RMQCTL add_user hive resistanceisfutile
- $RMQCTL add_vhost /hive
- $RMQCTL set_permissions -p /hive hive '.*' '.*' '.*'