Created
February 18, 2018 20:43
-
-
Save xmppjingle/20adefe95f447b5a6f4d7c6b4f01dee9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Update | |
sudo apt-get update | |
# Properties | |
sudo apt-get install -y software-properties-common | |
# Install Java | |
sudo apt-get install -y rabbitmq-server | |
# Service | |
sudo service rabbitmq-server restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment