Skip to content

Instantly share code, notes, and snippets.

@mariux
Forked from stephanetimmermans/ubuntu-hipchat
Last active June 3, 2018 17:09
Show Gist options
  • Select an option

  • Save mariux/be4a5dd80683b336315a843acc874a14 to your computer and use it in GitHub Desktop.

Select an option

Save mariux/be4a5dd80683b336315a843acc874a14 to your computer and use it in GitHub Desktop.
Install atlassian hipchat client on Ubuntu 16.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
wget https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client/pool/HipChat4-4.0.1633-Linux.deb
dpkg -i HipChat4-4.0.1633-Linux.deb
@pellekrogholt

Copy link
Copy Markdown

Thx for sharing this gist it works(tm) for me on ubuntu 16.04 ~ I came from https://jira.atlassian.com/browse/HCPUB-369 which is still open.

@mariux

mariux commented Apr 25, 2016

Copy link
Copy Markdown
Author

but it is not the latest version (hipchat4).. but hipchat 2.x still works with current server versions (at least for me). ;)

@mariux

mariux commented Apr 25, 2016

Copy link
Copy Markdown
Author

see updated gist for hipchat4 installation on ubuntu 16.04 @pellekrogholt

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