首先按这个教程来执行的 http://lnmp.org/install.html
1、使用putty或类似的SSH工具登陆VPS或服务器;
登陆后运行:screen -S lnmp
如果提示screen: command not found 命令不存在可以执行:yum install screen
运行 yum install screen了。。等了一会完成后显示
Error Downloading Packages:
screen-4.0.3-16.el6.x86_64: failure: Packages/screen-4.0.3-16.el6.x86_64.rpm from base: [Errno 256] No more mirrors to try.
我估计是没安排成功。不知道为什么
然后我就直接运行 CentOS系统下执行:wget -c http://soft.vpser.net/lnmp/lnmp1.0-full.tar.gz && tar zxvf lnmp1.0-full.tar.gz && cd lnmp1.0-full && ./centos.sh 出下下面的提示
[root@localhost ~]# wget -c http://soft.vpser.net/lnmp/lnmp1.0-full.tar.gz && tar zxvf lnmp1.0-full.tar.gz && cd lnmp1.0-full && ./centos.sh
--2013-07-04 23:02:34-- http://soft.vpser.net/lnmp/lnmp1.0-full.tar.gz
Resolving soft.vpser.net... failed: Name or service not known.
wget: unable to resolve host address 鈙oft.vpser.net?
[root@localhost ~]# screen -S lnmp
-bash: screen: command not found
求指导,以前我安排LNMP 都是很简单的。怎么这次这么麻烦。还是没成功。在线等。。。。。
我的系统是 centos 6.2 64Bit
|