简洁好用的linux LAMP+LNMP控制面板——VPSMate

安装极为方便,只要输入代码:

wget http://www.vpsmate.org/tools/install.py

python install.py

即可安装完成~

然后进入http://ip:8888进行插件的安装即可。这里要注意的是PHP和Mysql在安装的时候会提示错误。这是因为安装源需要更新

ssh里输入:

yum -y install gcc

yum -y install gcc-c++

rpm -ivh http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/i386/ius-release-1.0-11.ius.el6.noarch.rpm 

(32位)

rpm -ivh http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/x86_64/ius-release-1.0-11.ius.centos6.noarch.rpm

(64位)

然后再安装就不会报错了



Ps: 

如果是提示

curl: (22) The requested URL returned error: 404 Not Found

error: skipping ****************noarch.rpm - transfer failed

的话.就去SSH下编辑文件   

/usr/local/vpsmate/lib/vpsmate/yum.py

把里面的对应的网址改成正常的.

比如说X64或者I386,然后对应的源,然后去看看是不是10失效了的,但是11就可以了.那就直接改上...

保存以后运行

service vpsmate restart

就可以了.



Pps:

如果遇到冲突,安装低版本的mysql就好啦
Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy