Skip to content

moabu/gluu

This branch is 2 commits behind devrimyatar/gluu:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e74afc5 · Dec 28, 2021
Nov 22, 2019
Apr 1, 2019
Dec 25, 2020
Jan 28, 2019
Dec 28, 2021
Apr 1, 2019
Jan 2, 2020
Nov 5, 2018
Jul 10, 2019
Aug 31, 2018
Dec 21, 2020
Mar 15, 2018
Feb 3, 2020
Jul 27, 2018
May 22, 2019
Feb 28, 2020
Apr 1, 2019
Jan 5, 2018
Jan 5, 2018
Jan 5, 2018
Jan 4, 2018
Feb 21, 2019
Feb 21, 2019
Mar 16, 2018
Mar 25, 2018
Mar 25, 2018
Mar 20, 2018
Dec 28, 2021
Jan 15, 2018
Jan 15, 2018
Jan 15, 2018
Jan 15, 2018
Jan 2, 2020
Aug 20, 2018
Feb 28, 2018
Mar 12, 2018
Oct 1, 2021
Nov 9, 2018

Repository files navigation

Custom files for Gluu servers

This repo contains some binary files for Gluu servers and self testing scripts before publishin on the official site

Upgrade Gluu Server 2.4.x to 3.1.2

Export the data from the current installation

# service gluu-server-2.x.x login
# wget https://raw.githubusercontent.com/mbaser/gluu/master/export2431.py
# wget -c https://raw.githubusercontent.com/GluuFederation/community-edition-setup/master/ldif.py
# curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
# python get-pip.py
# pip install jsonmerge
# python export2431.py

Install the latest version of the Gluu server (ubuntu 16)

# cp backup_2431/setup.properties /install/community-edition-setup
# cd install/community-edition-setup
# ./setup.py
# apt-get update
# apt-get install -y python-pip python-ldap
# pip install jsonmerge
# wget https://raw.githubusercontent.com/mbaser/gluu/master/import2431.py
# wget https://raw.githubusercontent.com/GluuFederation/cluster-mgr/master/testing/ldifschema_utils.py
# python import2431.py backup_2431

Install the latest version of the Gluu server (Centos7.x)

# cp backup_2431/setup.properties /install/community-edition-setup
# cd install/community-edition-setup
# ./setup.py
# yum install epel-release
# yum clean all
# yum install python-ldap
# curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
# python get-pip.py
# pip install jsonmerge
# wget https://raw.githubusercontent.com/mbaser/gluu/master/import2431.py
# wget https://raw.githubusercontent.com/GluuFederation/cluster-mgr/master/testing/ldifschema_utils.py
# python import2431.py backup_2431/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%