Skip to content

Instantly share code, notes, and snippets.

@dcnl1980
Created November 28, 2016 21:59
Show Gist options
  • Save dcnl1980/ad8215744271d28fbf991a9231d9a126 to your computer and use it in GitHub Desktop.
Save dcnl1980/ad8215744271d28fbf991a9231d9a126 to your computer and use it in GitHub Desktop.
Install the HipChat Server
sudo su
echo "deb http://downloads.hipchat.com/linux/apt stable main" > /etc/apt/sources.list.d/atlassian-hipchat.list
wget -O - https://www.hipchat.com/keys/hipchat-linux.key | apt-key add -
apt-get update
apt-get install hipchat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment