# darp **Repository Path**: mesiyar/darp ## Basic Information - **Project Name**: darp - **Description**: docker下 apache nginx php-fpm mysql redis 开发环境 - **Primary Language**: Docker - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-12-14 - **Last Updated**: 2020-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # darp #### 介绍 docker下 apache nginx php-fpm mysql redis 开发环境 #### 软件架构 软件架构说明 #### 安装教程 1 . 下载 ``` git clone https://gitee.com/mesiyar/darp.git ``` 2 . 安装 ``` docker-compose up -d ``` #### 使用说明 1. 修改.env文件中APP_CODE_PATH_HOST配置为您项目所在目录 2. 根据您个人需求选择apache2或者nginx作为web服务器 3. 修改对应的web服务器配置文件