beetbox-cakephp
Ansible Role: Beetbox CakePHP
An Ansible role that creates a CakePHP project on beetbox.
Requirements
This role is specifically developed as an extension to beetbox -- https://github.com/drupalmel/beetbox
Role Variables
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: "*"
beetbox
https://github.com/beetboxvm/beetbox
Requirements
Quickstart
- 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
License
MIT
Install
ansible-galaxy install beetboxvm/ansible-role-beetbox-cakephp
License
Unknown
Downloads
279
Owner