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
extensions
directory:git clone https://github.com/Chassis/bbPress.git /path/to/chassis/extensions/bbPress
- Run
vagrant provision
orvagrant up
from your root Chassis directory.