Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 630 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 630 Bytes

Chassis bbPress Exenstion

Extension for Chassis to install the bbPress plugin.

Installation

Automatic (preferred)

To install add both Chassis/bbPress to your extensions list inside your config file.

Example config.local.yaml file:

extensions:
    - Chassis/bbPress

Manual

  1. Clone this repo into your Chassis extensions directory:
    git clone https://github.com/Chassis/bbPress.git /path/to/chassis/extensions/bbPress
  2. Run vagrant provision or vagrant up from your root Chassis directory.