-
Notifications
You must be signed in to change notification settings - Fork 58
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:
- echo "deb https://repo.gluu.org/ubuntu/ bionic-devel main" > /etc/apt/sources.list.d/gluu-devel-repo.list
- curl https://repo.gluu.org/ubuntu/gluu-apt.key | apt-key add -
- apt update
- apt install gluu-server
Ubuntu 20.04:
- echo "deb https://repo.gluu.org/ubuntu/ focal-devel main" > /etc/apt/sources.list.d/gluu-devel-repo.list
- curl https://repo.gluu.org/ubuntu/gluu-apt.key | apt-key add -
- apt update
- apt install gluu-server
Debian 10:
- echo "deb https://repo.gluu.org/debian/ buster-testing main" > /etc/apt/sources.list.d/gluu-testing-repo.list
- curl https://repo.gluu.org/debian/gluu-apt.key | apt-key add -
- apt update
- apt install gluu-server
Centos7:
- 1- wget https://repo.gluu.org/centos/Gluu-centos-7-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
Centos8:
- wget https://repo.gluu.org/centos/Gluu-centos-8-testing.repo -O /etc/yum.repos.d/Gluu-testing.repo
- wget https://repo.gluu.org/centos/RPM-GPG-KEY-GLUU -O /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
- rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
- yum clean all
- yum install gluu-server
RHEL7:
- wget https://repo.gluu.org/rhel/Gluu-rhel-7-testing.repo -O /etc/yum.repos.d/Gluu-testing.repo
- wget https://repo.gluu.org/rhel/RPM-GPG-KEY-GLUU -O /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
- rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
- yum clean all
- yum install gluu-server
RHEL8:
- wget https://repo.gluu.org/rhel/Gluu-rhel-8-testing.repo -O /etc/yum.repos.d/Gluu-testing.repo
- wget https://repo.gluu.org/rhel/RPM-GPG-KEY-GLUU -O /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
- rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-GLUU
- yum clean all
- yum install gluu-server