Skip to content

beetboxvm/ansible-role-beetbox-silverstripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Beetbox Silverstripe

CircleCI

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

Quickstart

  1. Open terminal (or git bash 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
  1. Go to http:https://silverstripe.local/
username: admin
password: admin

License

MIT

Releases

No releases published

Packages