centos7-ECS-LNMP-就這一篇就夠了!!

搭建LNMP環境(CentOS 6)

最終軟件版本

nginx-1.10.2
php-5.6.28
mysql-5.7.19
參考文檔 
http://blog.sina.com.cn/s/blog_6272e6b20102wlc4.html
https://yq.aliyun.com/articles/161062
https://yq.aliyun.com/articles/65213

目錄規劃

/var/www/html/
            phpMyAdmin      <-----------------phpMyAdmin
            your-project    <-----------------項目
            your-project2

/usr/local/
            mysql           <-----------------自編譯軟件
            nginx

/opt/
    soft                    <-----------------軟件資料
    data/mysql              <-----------------數據庫文件

基本流程我有幾張阿里雲幸運券分享給你,用券購買或者升級阿里雲相應產品會有特惠驚喜哦!把想要買的產品的幸運券都領走吧!快下手,立刻就要搶光了。

啊啊啊

下載軟件php

nginx
# wget http://nginx.org/download/nginx-1.10.2.tar.gz

使用雲服務器 ECS 搭建LNMP平臺的操做步驟以下:html

  • 準備編譯環境
  • 安裝nginx
  • 安裝mysql
  • 安裝php-fpm
  • 測試訪問
相關文章
相關標籤/搜索