[zpanel]在centos上安装Zpanel 10.1.1和 10.1.0

2014年11月25日22:32:41 发表评论 47,449 views

本日志于12月22日更新,话说回来zpanel貌似原作者已经把代码什么都转让了,取而代之的是一个什么个玩意的,版本貌似1.0还是1.1来着,用了一下也觉得不是很好使,不喜欢折腾的朋友还是建议去用wdcp吧,简介易用官方支持度还可以。另外国内新近突起的那个AMH也很厉害的样子,全部模块式的操作,很黄很暴力,不过就是赶脚稍微有点麻烦,不过那开发的女子(据说)一直在推陈出新,值得期待潜力无限啊啊啊啊啊。

 

The prefered version for ZPanel is currently CentOs 6.3  64bit.

The procedure is the same for 32bit or 64bit version, only the files name change.

IMPERATIVE : the installation must be done from a clean install of CentOs.
 

After clean install of  CentOs, first apply all updates with:

yum -y update

Note : during update, if you encounter a message telling that a package have been removed from repositories (qpid-cpp-client), remove it with:

yum -y remove qpid-cpp-client  then run again the update.

then reboot your server and continue with ZPanel install.

reboot

 

Install ZPanel 10.1.1 to CentOS 64/32bit:

You need to use one command line:

bash <(curl -Ss https://raw.github.com/zpanel/installers/master/install/CentOS-6_4/10_1_1.sh)

This works for 32 and 64 bits.

If you have issues with curl you can then:

1) Log to your server as root user:

sudo -i

2) Ensure you are in your home directory:
cd

 

3) download the installer

wget https://raw.github.com/zpanel/installers/master/install/CentOS-6_4/10_1_1.sh

4) Make the installer executable
chmod +x 10_1_1.sh

5) Run the installer
./10_1_1.sh

6) Follow the on screen instructions during the installation.
 

 

 

7) Return to user lever ( or reboot server )
exit

 

Install ZPanel 10.1.0 to CentOS 64bit:

1) Log to your server as root user:

sudo -i

2) Ensure you are in your home directory:
cd

3) download the installer
wget -O installer-10-1-0-centos-64.sh.x https://github.com/zpanel/zpanelx/releases/download/10.1.0_orig/installer-10-1-0-centos-64.sh.x

If wget error, install wget:  yum install wget then redo wget and continue with install.

4) Make the installer executable
chmod +x installer-10-1-0-centos-64.sh.x

5) Install pre-required packages
yum install ld-linux.so.2 curl

6) Run the installer
./installer-10-1-0-centos-64.sh.x

7) Follow the on screen instructions during the installation.
 

8) Return to user lever
exit

 

Install ZPanel 10.1.0 to CentOS 32bit:

1) Log to your server as root user:

sudo -i

2) Ensure you are in your home directory:
cd

3) download the installer
wget -O installer-10-1-0-centos-32.sh.x https://github.com/zpanel/zpanelx/releases/download/10.1.0_orig/installer-10-1-0-centos-32.sh.x

If wget error, install wget:  yum install wget then redo wget and continue with install.

4) Make the installer executable
chmod +x installer-10-1-0-centos-32.sh.x

5) Install pre-required packages
yum install ld-linux.so.2 curl

6) Rrun the installer
./installer-10-1-0-centos-32.sh.x

7) Follow the on screen instructions during the installation.
 

8) Return to user lever
exit

 
 
  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin
0 0 投票数
文章评分
订阅评论
提醒
guest

0 评论
最旧
最新 最多投票
内联反馈
查看所有评论