Extension for Chassis to install the Query Monitor bbPress & BuddyPress Conditionals plugin.
To install, add both Chassis/Query-Monitor
and ntwb/chassis-query-monitor-bbs-conds
to your extensions list inside your config file.
Example config.local.yaml
file:
extensions:
- Chassis/Query-Monitor
- ntwb/chassis-query-monitor-bbs-conds
- Clone this repo into your Chassis
extensions
directory:git clone https://github.com/ntwb/chassis-query-monitor-bbs-conds.git /path/to/chassis/extensions/query-monitor-bbs-conds
- Run
vagrant reload --provision
orvagrant up
from inside Chassis.