**服务器测试地址:**http://tv-dingtalk.uogo8.com/
**本地环境地址:**http://tv-dingtalk.com
**coding**
- 项目地址:https://coding.net/u/xiasf/p/tv-dingtalk
- git(ssh):git@git.coding.net:xiasf/tv-dingtalk.git
- git(https):https://git.coding.net/xiasf/tv-dingtalk.git
**GitHub**
- 项目地址:https://github.com/xiasf/tv-dingtalk
- git(ssh):git@github.com:xiasf/tv-dingtalk.git
- git(https):https://github.com/xiasf/tv-dingtalk.git
由于GitHub访问慢,所以现在开发一般只推送到coding上去。
**脑图地址:**[钉钉项目需求设计](http://naotu.baidu.com/file/8d229c1c1f8451fbf990dfe151ba0dcb)
* * * * *
**本地环境**
- php 7.0
- MySQL 5.7.14
- Apache 2.4.23
`开启URL重写,使用pathinfo隐藏入口`
**服务器环境**
- php 5.6
- MySQL 5.6.31
- Nginx 1.10.1
`开启URL重写,使用兼容模式`
* * * * *
php开发框架
- 使用thinkPHP5开发
仓库的建立请参考:[仓库的使用问题](http://www.kancloud.cn/xiak/github/228590)