Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Directory structure

Alex Skrypnyk edited this page Jan 20, 2016 · 6 revisions

Proposed directory structure

Host machine:

/.
  .beetbox.yml
  Vagrantfile
  web/
    index.php
  .beetbox/
    ansible/

Inside VM:

/www/
  app        <-- maps to root dir on host machine, if using beet_debug flag
    web/
      index.php
  .beetbox.yml
  Vagrantfile
/beetbox/    <-- maps to .beetbox on host machine
  ...
  ansible/
  ...
Clone this wiki locally