Skip to content

installing testing versions of gluu server

Adrian Gluu.org edited this page Jul 8, 2020 · 5 revisions

Howto install testing versions on,

  • as ROOT user run the following commands:

Ubuntu 18.04:

  1. echo "deb https://repo.gluu.org/ubuntu/ bionic-devel main" > /etc/apt/sources.list.d/gluu-devel-repo.list
  2. curl https://repo.gluu.org/ubuntu/gluu-apt.key | apt-key add -
  3. apt update
  4. apt install gluu-server

Ubuntu 20.04:

  1. echo "deb https://repo.gluu.org/ubuntu/ focal-devel main" > /etc/apt/sources.list.d/gluu-devel-repo.list
  2. curl https://repo.gluu.org/ubuntu/gluu-apt.key | apt-key add -
  3. apt update
  4. apt install gluu-server

Debian 10:

  1. echo "deb https://repo.gluu.org/debian/ buster-testing main" > /etc/apt/sources.list.d/gluu-testing-repo.list
  2. curl https://repo.gluu.org/debian/gluu-apt.key | apt-key add -
  3. apt update
  4. apt install gluu-server

Centos7:

  1. 1- wget https://repo.gluu.org/centos/Gluu-centos-7-testing.repo -O /etc/yum.repos.d/Gluu-testing.repo
  2. 2- wget https://repo.gluu.org/centos/RPM-GPG-KEY-GLUU -O /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
  3. 3- rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
  4. 4- yum clean all
  5. 5- yum install gluu-server

Centos8:

  1. wget https://repo.gluu.org/centos/Gluu-centos-8-testing.repo -O /etc/yum.repos.d/Gluu-testing.repo
  2. wget https://repo.gluu.org/centos/RPM-GPG-KEY-GLUU -O /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
  3. rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
  4. yum clean all
  5. yum install gluu-server

RHEL7:

  1. wget https://repo.gluu.org/rhel/Gluu-rhel-7-testing.repo -O /etc/yum.repos.d/Gluu-testing.repo
  2. wget https://repo.gluu.org/rhel/RPM-GPG-KEY-GLUU -O /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
  3. rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
  4. yum clean all
  5. yum install gluu-server

RHEL8:

  1. wget https://repo.gluu.org/rhel/Gluu-rhel-8-testing.repo -O /etc/yum.repos.d/Gluu-testing.repo
  2. wget https://repo.gluu.org/rhel/RPM-GPG-KEY-GLUU -O /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
  3. rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
  4. yum clean all
  5. yum install gluu-server