https://github.com/beetboxvm/ansible-role-beetbox-silverstripe
Ansible Role - Beetbox Silverstripe
https://github.com/beetboxvm/ansible-role-beetbox-silverstripe
Last synced: 4 months ago
JSON representation
Ansible Role - Beetbox Silverstripe
- Host: GitHub
- URL: https://github.com/beetboxvm/ansible-role-beetbox-silverstripe
- Owner: beetboxvm
- Created: 2016-01-04T01:37:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T08:57:28.000Z (almost 9 years ago)
- Last Synced: 2025-03-16T09:51:59.231Z (over 1 year ago)
- Homepage: https://galaxy.ansible.com/detail#/role/6795
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Role: Beetbox Silverstripe
[](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-silverstripe)
An Ansible role that creates and installs a Silverstripe 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 a new Silverstripe project.
ss_create_project: no
Silverstripe project version. Composer compatible version, leave blank to use the latest version.
ss_version: ""
Install Silverstripe project.
ss_install_site: no
Silverstripe environment.
ss_env_type: dev
Silverstripe admin account name.
ss_account_name: admin
Silverstripe admin account password.
ss_account_pass: admin
Silverstripe path to sake. Relative to project root.
ss_sake_path: /framework/sake
# 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-silverstripe.git silverstripe && cd $_
composer require --dev beet/box
vagrant up
```
2. Go to http://silverstripe.local/
```
username: admin
password: admin
```
## License
MIT