LiuJia 发表于 2019-4-1 19:24:04

在centos6里安装OpenVZ Web Panel

问题:用github里的一键安装脚本安装,报错:

Complete!
ERROR:While executing gem ... (Zlib::GzipFile::Error)
    not in gzip format
Checking presence of the command: ruby
Ruby version: 1.8.7
Checking presence of the command: gem
RubyGems version: 1.3.5
Checking Ruby SQLite3 support: ruby -e "require 'rubygems'" -e "require 'sqlite3'"
Fatal error: Ruby SQLite3 support not found. Please install it first.

https://alioss.anqun.org/typecho/2019/04/01/16698592396695.png

过程:

1.wget https://rubygems.org/downloads/sqlite3-1.3.11.gem # 手动下载sqlite3的包

2.gem install --local sqlite3-1.3.11.gem # 本地安装
https://alioss.anqun.org/typecho/2019/04/01/16698484777969.png

3.sh ai.sh # 再次安装
https://alioss.anqun.org/typecho/2019/04/01/166981276619381.png

4.service stop iptables # 停掉iptables防火墙

5.可在浏览器成功登录到:3000端口的面板
https://alioss.anqun.org/typecho/2019/04/01/166992712830940.png

参考:

[*]https://github.com/sibprogrammer/owp/blob/master/INSTALL.md
[*]https://guides.rubygems.org/rubygems-basics/
[*]https://rubygems.org/gems/sqlite3/versions/1.3.11
[*]https://stackoverflow.com/questions/13684137/error-while-executing-gem-zlibgzipfileerror-not-in-gzip-format

jpfree 发表于 2019-4-2 05:56:21

居然还有这玩意。。

深圳四五互联-姜 发表于 2019-4-2 21:49:21

大脑空白

ruanjiandiguo 发表于 2019-6-4 18:34:49

这个和webmin,宝塔之类的,是一会儿事儿吗?

LiuJia 发表于 2019-6-4 19:42:37

ruanjiandiguo 发表于 2019-6-4 18:34
这个和webmin,宝塔之类的,是一会儿事儿吗?

您好,OpenVZ Web panel 与 宝塔之类的面板应该是不同的喔。前者的管理对象是OpenVZ虚拟机,后者是网站等。

heyechuanmei 发表于 2019-6-4 23:44:19

这是?小鸡生小鸡???

ruanjiandiguo 发表于 2019-6-5 11:03:00

LiuJia 发表于 2019-6-4 19:42
您好,OpenVZ Web panel 与 宝塔之类的面板应该是不同的喔。前者的管理对象是OpenVZ虚拟机,后者是网站等 ...

学习了,感谢大佬~

LiuJia 发表于 2019-6-5 12:03:39

heyechuanmei 发表于 2019-6-4 23:44
这是?小鸡生小鸡???

您好,也可能是在独立服务器上安装的。
页: [1]
查看完整版本: 在centos6里安装OpenVZ Web Panel