Skip to content

Instantly share code, notes, and snippets.

@stephanetimmermans
Created July 3, 2014 09:29
Show Gist options
  • Save stephanetimmermans/4a4f83d6d973a1999a76 to your computer and use it in GitHub Desktop.
Save stephanetimmermans/4a4f83d6d973a1999a76 to your computer and use it in GitHub Desktop.
Install hipChat on Ubuntu 14.04
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
@wlk
Copy link

wlk commented Jan 12, 2017

Official instructions are here: https://www.hipchat.com/downloads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment