https://github.com/forecho/cakephp
简单的博客系统
https://github.com/forecho/cakephp
Last synced: about 1 year ago
JSON representation
简单的博客系统
- Host: GitHub
- URL: https://github.com/forecho/cakephp
- Owner: forecho
- Created: 2013-10-09T15:28:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-10T08:08:50.000Z (almost 13 years ago)
- Last Synced: 2025-04-28T12:18:05.754Z (about 1 year ago)
- Language: PHP
- Size: 1.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
配置Apache的 DocumentRoot 设置如下:`DocumentRoot /cakephp/app/webroot`
数据库文件在date文件夹中,创建一个cakephp数据库导入文件即可。
数据库配置文件为:`/app/Config/database.php`