## 准备清单 **1、ThinkCMF源代码** 官方网站:http://www.thinkcmf.com/ 官方文档:[https://www.thinkcmf.com/doc5\_1.html](https://www.thinkcmf.com/doc5_1.html) 官方Git:https://github.com/thinkcmf/thinkcmf **2、程序环境要求** > 官方推荐服务器配置 > PHP >=7.1 > MySQL >=5.5 > CentOS >=7.x > Nginx **3、二次开发环境** * PHP编辑器 phpstorm(推荐),下载地址:https://www.jetbrains.com/phpstorm/download/#section=windows 其他编辑器还有Eclipse、HBuilder、SublimeText等根据自己习惯选择。 * 数据库管理 navicat下载地址:链接: http://pan.baidu.com/s/1pKQrt5T 密码: vn7j 其他也可以用phpmyadmin、phpstorm自带的数据库管理软件等 * Windows系统可以采用wamp、phpstudy等集成环境 wamp(推荐),下载地址:https://sourceforge.net/projects/wampserver/files/WampServer%203/WampServer%203.0.0/ * Linux系统可采用lamp、nginx lamp,下载地址:https://bitnami.com/stack/lamp/installer nginx,下载地址:https://bitnami.com/stack/nginx/installer * Composer,下载地址:[https://pkg.phpcomposer.com/#how-to-install-composer](https://pkg.phpcomposer.com/#how-to-install-composer) > bitnami公司的产品比较可靠的,可以自行选择,有很多种搭配,用于生产环境也不错。 linux下安装lamp之前写过一个文档,有需要可以参照着看下。 http://www.thinkcmf.com/topic/topic/index/id/377.html