Skip to content

beetboxvm/ansible-role-beetbox-kohana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Beetbox Kohana

CircleCI

An Ansible role that creates and configures a Kohana 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:

Checkout Kohana project.

kohana_checkout: no

Kohana project git respository.

kohana_repo: "https://github.com/kohana/kohana.git"

Kohana project version. This can be the full 40-character SHA-1 hash, the literal string HEAD, a branch name, or a tag name.

kohana_version: "HEAD"

Kohana checkout depth. git is history truncated to the specified number or revisions.

kohana_checkout_depth: 1

Configure Kohana.

kohana_configure: no

Kohana timezone.

kohana_timezone: "America/Chicago"

Kohana base URL.

kohnana_base_url: /

Kohana salt.

kohana_salt: "{{ 'beetbox' | password_hash('sha512') }}"

Remove install script.

kohana_remove_install: no

beetbox

https://github.com/beetboxvm/beetbox

Requirements

Quickstart

  1. Open terminal (or git bash for windows users) and run the following commands --
git clone https://github.com/beetboxvm/ansible-role-beetbox-kohana.git kohana && cd $_
composer require --dev beet/box
vagrant up
  1. Go to http://kohana.local/
username: admin
password: admin

License

MIT

Releases

No releases published

Packages

No packages published