bmilesp/cakephp-post-install
Composer 安装命令:
composer require bmilesp/cakephp-post-install
包简介
Post CakePHP install scripts to automate setup. For use with Composer Post Install Automation Scripts.
README 文档
README
Installation
If you would like to automatically setup the database for the project, Modify settings for mysql in Plugin/CakephpPostInstall/Console/bootstrap.sh
If you're not using install.sh (https://gist.github.com/bmilesp/933ab244e5d8a6550c84) You will have to chmod execute permissions on the following Files:
chmod 777 Plugin/CakephpPostInstall/Console/post_install.sh chmod 777 Vendor/cakephp/cakephp/lib/Cake/Console/cake
Manually run: bash Plugin/CakephpPostInstall/Console/post_install.sh
If you're running initially on a production server, probably should set the permissions back (again, if not using install.sh (https://gist.github.com/bmilesp/933ab244e5d8a6550c84))
eg:
chmod 644 Plugin/CakephpPostInstall/Console/post_install.sh chmod 644 Vendor/cakephp/cakephp/lib/Cake/Console/cake
统计信息
- 总下载量: 218
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-09-14