服务器环境安装

VestaCP

 

WDCP

 

https://lamp.sh/

1   yum -y install wget screen unzip // for CentOS
   apt-get -y install wget screen unzip // for Debian/Ubuntu

2   下载、解压、赋予执行权限

  wget -O lamp.zip https://github.com/teddysun/lamp/archive/master.zip
  unzip lamp.zip
  cd lamp-master/
  chmod +x *.sh

3  安装 LAMP 一键安装包

  screen -S lamp
.  /lamp.sh

 

 

wordpress安装教程

http://www.tuicool.com/articles/jimeaaf

posted @ 2016-12-12 22:02  高中国流  阅读(179)  评论(0编辑  收藏  举报