Skip to content

Using bee with DDEV

github-actions[bot] edited this page Nov 18, 2024 · 4 revisions

DDEV is a docker-based local development tool with excellent support for Backdrop CMS. Bee can be easily installed with the ddev-backdrop-bee addon.

  1. Install the addon:
    ddev add-on get backdrop-ops/ddev-backdrop-bee

  2. Restart the DDEV container:
    ddev restart

  3. Test bee:
    ddev bee status

Clone this wiki locally