当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 23

泽北风 / lnmp
暂停

forked from Hailiang / lnmp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README_en.md 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
Hailiang 提交于 2017-10-26 11:34 . . lnmp_v1.1

LNMP is a bash script for the installation of NGINX + PHP + MySQL.

Author: Hehl 1181554113@qq.com
Blog: http://www.yunweijilu.com
Begin in 20170510
I want make the shell as my first gift for my daughter. ^_^

Support OS

  • CentOS-6.x ;
  • CentOS-7.x ;
  • Ubuntu-14.x ;
  • Ubuntu-16.x ;

Software Version

 NGINX          |      nginx-1.12.0
 PHP            |      php-5.6.30          |  php-7.1.6
 MYSQL          |      mysql-5.6.36        |  mysql-5.7.16

Install Path

        |        installation    |        /usr/local/nginx
        |        configuration   |        /usr/local/nginx/conf
Nginx   |        bin             |        /usr/local/nginx/sbin
        |        html            |        /data/wwwroot
        |        logs            |        /data/wwwlogs

        |       installation     |        /usr/local/mysql
Mysql   |       configuration    |        /etc/my.cnf
        |       bin              |        /usr/local/mysql/bin
        |       data             |        /data/mysql

        |       installation     |        /usr/local/php
Php     |       configuration    |        /usr/local/php/etc
        |       bin              |        /usr/local/php/bin

Command Control

service  nginx    { start    | stop    | restart }
service  mysqld   { start    | stop    | restart }
service  php-fpm  { start    | stop    | restart }
Shell
1
https://gitee.com/ZeBeiFeng/lnmp.git
git@gitee.com:ZeBeiFeng/lnmp.git
ZeBeiFeng
lnmp
lnmp
master

搜索帮助