我按照以下命令在Ubuntu上安装Gluu Server:
1.添加Gluu存储库
# echo "deb [https://repo.gluu.org/ubuntu/](https://repo.gluu.org/ubuntu/) xenial main" > /etc/apt/sources.list.d/gluu-repo.list2.Add Gluu GPG Key # curl [https://repo.gluu.org/ubuntu/gluu-apt.key](https://repo.gluu.org/ubuntu/gluu-apt.key) | apt-key add -3.Update/Clean Repo # apt-get update4.Install Gluu Server # apt-get install gluu-server-3.0.15.Start the Gluu Server and Login # service gluu-server-3.0.1 start # service gluu-server-3.0.1 login6.Run setup.py # cd /install/community-edition-setup #./setup.py发布于 2017-08-31 20:31:07
我按照gluu文档(https://gluu.org/docs/ce/3.0.2/installation-guide/install/)一步一步地格式化系统并重新安装。现在它起作用了。
谢谢!
https://stackoverflow.com/questions/45954614
复制相似问题