Hipchat: Difference between revisions

From Bitpost wiki
(Created page with "Install from apt repo so it auto-updates sudo su echo "deb http://downloads.hipchat.com/linux/apt stable main" > /etc/apt/sources.list.d/atlassian-hipchat.list wget -O - ht...")
 
No edit summary
 
Line 1: Line 1:
Install from apt repo so it auto-updates
[https://www.hipchat.com/downloads Follow instructions to install from apt repo] so it auto-updates
  sudo su
  sudo sh -c 'echo "deb https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client $(lsb_release -c -s) main" > /etc/apt/sources.list.d/atlassian-hipchat4.list'
echo "deb http://downloads.hipchat.com/linux/apt stable main" > /etc/apt/sources.list.d/atlassian-hipchat.list
  wget -O - https://atlassian.artifactoryonline.com/atlassian/api/gpg/key/public | sudo apt-key add -
  wget -O - https://www.hipchat.com/keys/hipchat-linux.key | apt-key add -
  sudo apt-get update
  apt-get update
  sudo apt-get install hipchat4
  apt-get install hipchat

Latest revision as of 00:57, 17 October 2016

Follow instructions to install from apt repo so it auto-updates

sudo sh -c 'echo "deb https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client $(lsb_release -c -s) main" > /etc/apt/sources.list.d/atlassian-hipchat4.list'
wget -O - https://atlassian.artifactoryonline.com/atlassian/api/gpg/key/public | sudo apt-key add -
sudo apt-get update
sudo apt-get install hipchat4