Using the Backdrop Plugin



Search Results

This example takes a database from a Backdrop CMS site and integrates it into your Probo build. The web root lives in a docroot subdirectory, and the active and staging configuration directories are set so Backdrop can read its site configuration. Backdrop’s bee command line utility is installed automatically by the plugin, so no separate step is needed to make it available.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
type: lamp
php: 8.4
database: mariadb:11.4
assets:
  - backdrop.sql.gz

steps:
  - name: Setup Backdrop CMS
    plugin: Backdrop
    subDirectory: docroot
    database: backdrop.sql.gz
    databaseGzipped: true
    activeConfigSyncDirectory: ../config/active
    stagingConfigSyncDirectory: ../config/staging
Get Started with Probo.CI

Want to Try Probo today?
Get Started Fast!.

When you sign up for a Probo.CI registration code, you will get a two week trial of the plan of your choosing. For more information on how to get started, click here .

LEARN MORE ABOUT PROBO.CI'S PRICING