# lnmj **Repository Path**: wuheeee/lnmj ## Basic Information - **Project Name**: lnmj - **Description**: lnmj是linux+nginx+mysql+java+redis+es+ftp,java web环境一键部署工具,适合经常进行系统部署的运维人员,在开源项目lnmp的基础上进行修改,lnmp地址:https://gitee.com/hehl/lnmp - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2021-11-27 - **Last Updated**: 2021-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LNMP is a bash script for the installation of NGINX + PHP + MySQL. Author: Hehl <1181554113@qq.com> Blog: http://www.cnblogs.com/ddif 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 } ```