Posts Tagged ‘CentOS Linux’

Kloxo/Lxadmin控制面板安装教程 基于CentOS Linux

Saturday, March 6th, 2010

使用putty,用户root用户登录CentOS Linux;
现在开始安装Kloxo/Lxadmin,
首先运行如下命令:(这个命令的意思是下载Kloxo/Lxadmin官方提供的批安装配置文件kloxo-install-master.sh)
wget http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh
接着运行如下命令:(这个命令的意思运行kloxo-install-master.sh批安装配件文件)
sh ./kloxo-install-master.sh
然后就是等待安装过程,国内主机可能安装要慢点了,因为是在线安装(更新源在国外)。

当出现下面信息时表示Kloxo/Lxadmin就安装成功了:

Congratuations. Kloxo has been installed succesfully on your server as master
You can connect to the server at https://:7777 or http://:7778
Please note that first is secure ssl connection, while the second is normal one.
The login and password are ‘admin’ ‘admin’. After Logging in, you will have to change your password to something more secure
We hope you will find managing your hosting with Kloxo refreshingly pleasurable, and also we wish you all the success on your hosting venture
Thanks for choosing Kloxo to manage your hosting, and allowing us to be of service

安装完后,除了安装好Kloxo/Lxadmin,同时也基本安好了Apache、Lighttpd、MySQL、Xcache、Bind、Djbdns等一系列服务器软件。
接下来运行如下命令:一下/**/中间的内容为命令注解
yum install php-bcmath /*高精度数学运算组件,默认没安装,MD5运算时用到*/

yum install php-mhash/*无注解信息*/

yum install php-mbstring/*注解信息*/

yum check-update /*检查更新*/

yum update /*更新所有更新*/

yum clean all /*清理安装包*/

至此,基本安装完成,现在可以把终端关闭了。
我们来登录Kloxo/Lxadmin,第一次登陆用户名和密码都是admin。
登录地址:
https://你的IP:7777/ /*安全连接,不过默认证书不受IE信任*/
http://你的IP:7778/ /*还是用这个普通链接吧*/

Zend可以在Lxadmin后台的PHPConfig里启用,Apache可以从SwichProgram里选择,建议先选择lighttpd和bind然后再选回apache和djbdns,否则你会看到内存占用量很高。
新手建议用Apache,99%能正常支持.htaccess的rewrite规则。

安装中文语言支持,请参考阅读:为Kloxo/Lxadmin控制面板安装中文语言