Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.42 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.42 KB

tests project is maintained

ddev-backdrop-bee

What is ddev-backdrop-bee?

This is a DDEV addon that will install Bee for use on Backdrop CMS sites.

What is Backdrop CMS Bee?

Bee is a command line utility for Backdrop CMS. It includes commands that allow developers to interact with Backdrop sites, performing actions like:

  • Running cron
  • Clearing caches
  • Downloading and installing Backdrop
  • Downloading, enabling and disabling projects
  • Viewing information about a site and/or available projects See the Release notes and the Changelog for details of changes between versions Backdrop CMS Bee Project Github Project for Bee

Installation

  1. Install this addon For DDEV v1.23.5 or above run

    ddev add-on get backdrop-ops/ddev-backdrop-bee

    For earlier versions of DDEV run

    ddev get backdrop-ops/ddev-backdrop-bee
  2. Restart DDEV with ddev restart.

  3. Test bee by running ddev bee status.

Contributed and maintained by @jenlampton and @wylbur