beetboxvm.beetbox-cakephp

Ansible Role: Beetbox CakePHP

CircleCI

This Ansible role sets up a CakePHP project on beetbox.

Requirements

This role is designed specifically to work with beetbox. More information can be found at: https://github.com/drupalmel/beetbox

Role Variables

Here are the available variables and their default values:

To create a new CakePHP project:

cake_create_project: no

Specify the CakePHP version. Use a Composer-compatible version, or leave blank to choose the latest version.

cake_version: "*"

beetbox

Check it out here: https://github.com/beetboxvm/beetbox

Requirements

Quickstart

  1. Open your terminal (or git bash if you’re on Windows) and run these commands:
git clone https://github.com/beetboxvm/ansible-role-beetbox-cakephp.git cakephp && cd $_
composer require --dev beet/box
vagrant up
  1. Now go to http://cakephp.local/
username: admin
password: admin

License

MIT

Informazioni sul progetto

CakePHP project role for beetbox.

Installa
ansible-galaxy install beetboxvm.beetbox-cakephp
Licenza
Unknown
Download
291
Proprietario