https://github.com/beetboxvm/ansible-role-beetbox-slim
Ansible Role - Beetbox Slim
https://github.com/beetboxvm/ansible-role-beetbox-slim
Last synced: 2 months ago
JSON representation
Ansible Role - Beetbox Slim
- Host: GitHub
- URL: https://github.com/beetboxvm/ansible-role-beetbox-slim
- Owner: beetboxvm
- Created: 2016-01-04T08:52:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T08:38:10.000Z (almost 9 years ago)
- Last Synced: 2025-12-19T12:28:06.001Z (6 months ago)
- Language: PHP
- Homepage: https://galaxy.ansible.com/detail#/role/6802
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Role: Beetbox Slim
[](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-slim)
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
* [Composer](https://getcomposer.org/download/)
* [Vagrant](https://www.vagrantup.com/) >= 1.8
* [Virtualbox](https://www.virtualbox.org/)
* [Vagrant Hostsupdater](https://github.com/cogitatio/vagrant-hostsupdater)
* [Vagrant Auto-network](https://github.com/oscar-stack/vagrant-auto_network)
## Quickstart
1. Open terminal (or [git bash](https://msysgit.github.io/) 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
```
2. Go to http://slim.local/
```
username: admin
password: admin
```
## License
MIT