An Ansible role that creates a CakePHP project on beetbox.
This role is specifically developed as an extension to beetbox -- https://github.com/drupalmel/beetbox
Available variables are listed below, along with default values:
Create new CakePHP project.
cake_create_project: no
CakePHP version. Composer compatible version, leave blank to use the latest version.
cake_version: "*"
https://github.com/beetboxvm/beetbox
- Open terminal (or git bash for windows users) and run the following commands --
git clone https://github.com/beetboxvm/ansible-role-beetbox-cakephp.git cakephp && cd $_
composer require --dev beet/box
vagrant up
- Go to http://cakephp.local/
username: admin
password: admin
MIT