Skip to content

beetboxvm/ansible-role-beetbox-slim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Beetbox Slim

CircleCI

An Ansible role that creates a Slim project on beetbox.

Requirements

This role is specifically developed as an extension to beetbox -- https://github.com/beetboxvm/beetbox

Role Variables

Available variables are listed below, along with default values:

Create new Slim project.

slim_create_new: no

Slim version.

slim_verison: ""

Add example Slim app.

slim_add_example: no

Add Slim .htaccess file.

slim_add_htaccess: 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-slim.git slim && cd $_
composer require --dev beet/box
vagrant up
  1. Go to http:https://slim.local/
username: admin
password: admin

License

MIT