# discuz_deploy **Repository Path**: jinlicode/discuz_deploy ## Basic Information - **Project Name**: discuz_deploy - **Description**: discuz部署项目 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 0 - **Created**: 2020-07-09 - **Last Updated**: 2025-08-15 ## Categories & Tags **Categories**: lamp **Tags**: None ## README # Discuz 一键安装 ## 环境依赖 最小化安装的centos7系统 网络畅通 ## 安装方法 ### 全新安装 建议使用: ` sh -c "$(curl -fsSL https://raw.github.com/jinlicode/discuz_deploy/master/deploy_interaction.sh)" ` 如果网络被阻断请使用: ` sh -c "$(curl -fsSL https://gitee.com/jinlicode/discuz_deploy/raw/master/deploy_interaction.sh)" `