# centos_init_lnmp **Repository Path**: cyberocx/centos_init_lnmp ## Basic Information - **Project Name**: centos_init_lnmp - **Description**: 一个轻量级的在线lnmp环境(CentOS系统下)安装脚本 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 1 - **Created**: 2017-01-23 - **Last Updated**: 2025-07-28 ## Categories & Tags **Categories**: lamp **Tags**: None ## README #centos_init_lnmp > centos系统下的lnmp环境一键安装脚本。 > 支持在线下载安装和本地软件包安装。 > 离线的软件包在这个项目里面有(速度比官网要快些。。。):[https://git.coding.net/xuanskyer/lnmp-packages.git](https://git.coding.net/xuanskyer/lnmp-packages.git) > 下载后放到当前项目的packages目录下,修改对应的软件包名 ## 预览 ``` =============已安装列表=============== = nginx : 1.8.1 √ = = php : 5.6.30 √ = = php-redis : 2.2.7 √ = = php-memcache : 2.2.7 √ = = php-igbinary : 1.2.1 √ = = php-swoole : v1.9.2-stable √ = = php-mongo : 1.6.13 √ = = php-mongodb : 1.1.5 √ = = mysql : 5.7 √ = ====================================== ``` ## TODO * ~~mysql 安装~~