首页 > 其他 > 详细

服务器环境安装

时间:2016-12-13 07:19:21      阅读:270      评论:0      收藏:0      [点我收藏+]

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

服务器环境安装

原文:http://www.cnblogs.com/lfqcode/p/6166010.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!