4.7.4. Environment Directory Layout

The structure of an environment is straightforward. An environment contains an info file and deployed bundles, both loadable and executable. The following shows the directory layout of an environment with a loadable and executable bundle.

ENV_NAME/
   env/
      info
   uses/
      LOADABLE_BUNDLE_NAME
   EXECUTABLE_BUNDLE_NAME/
      bundle
      work/
         config, logs, ...

Some notes on this layout: