Skip to content

beetboxvm/ansible-role-beetbox-symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Beetbox Symfony

Circle CI

An Ansible role that creates and installs a Symfony project on beetbox.

Role Variables

Available variables are listed below, along with default values:

Symfony installer URL.

symfony_installer_url: http://symfony.com/installer

Symfony installer bin path.

symfony_bin_path: /usr/local/bin/symfony

Create new Symfony project.

symfony_project_create: no

Symfony project name.

symfony_project_name: my_project

Symfony project version.

symfony_project_version: lts

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

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published