我按照以下命令在 Ubuntu 上安装 Gluu Server:
1.Add Gluu Repository
# echo "deb https://repo.gluu.org/ubuntu/xenial main" > /etc/apt/sources.list.d/gluu-repo.list
2.Add Gluu GPG Key
# curl https ://repo.gluu.org/ubuntu/gluu-apt.key | apt-key add -
3.Update/Clean Repo
# apt-get update
4.Install Gluu Server
# apt-get install gluu-server-3.0.1
5.Start Gluu Server 并登录
# service gluu-server-3.0.1 start
# service gluu-server-3.0.1 login
6.Run setup.py # cd /install/community-edition-setup
#./setup.py