beetboxvm / beetbox

Pre-provisioned L*MP stack
http://beetbox.rtfd.org
92 stars 19 forks source link

Existing symfony project setup #452

Closed maykino closed 7 years ago

maykino commented 7 years ago

Can you please list the exact steps to get an existing symfony application to work with beetbox. It looks like I get the Forbidden 403 error when I try to access the project.

thom8 commented 7 years ago

Take a look @ https://github.com/beetboxvm/ansible-role-beetbox-symfony/tree/f7fe8067d9aa3681b953574ba4e4593e8d6c65e2 for an example.

Just ran a test build here -- https://circleci.com/gh/beetboxvm/ansible-role-beetbox-symfony/10

rwitchell commented 7 years ago

@maykino : in your .beetbox/config.yml, add web as follows: beet_web: "{{ beet_root }}/{{ symfony_project_name }}/web"

thom8 commented 7 years ago

Thanks @rwitchell, sorry been overseas and just catching up on issues.

Will move this one over here -- https://github.com/beetboxvm/ansible-role-beetbox-symfony/issues/1