Extension for Chassis to install the bbPress plugin.
To install add both Chassis/bbPress to your extensions list inside your config file.
Example config.local.yaml file:
extensions:
- Chassis/bbPress- Clone this repo into your Chassis
extensionsdirectory:git clone https://github.com/Chassis/bbPress.git /path/to/chassis/extensions/bbPress
- Run
vagrant provisionorvagrant upfrom your root Chassis directory.