bmilesp / cakephp-post-install
Post CakePHP install scripts to automate setup. For use with Composer Post Install Automation Scripts.
Installs: 216
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Shell
Type:cakephp-plugin
Requires
- composer/installers: ~1.0
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