Parent: [3acb1f] (diff)

Child: [09fee0] (diff)

Download this file

setup-sandbox.bash    9 lines (6 with data), 156 Bytes

1
2
3
4
5
6
7
8
#!/bin/bash
# Install RPMs.
# Python 2.6 (Already done on sandobxes)
# Git (Already done on sandobxes)
yum install rabbitmq-server
setup-common.bash