https://github.com/chassis/bbpress
A Chassis extension to install bbPress
https://github.com/chassis/bbpress
bbpress chassis chassis-extension
Last synced: over 1 year ago
JSON representation
A Chassis extension to install bbPress
- Host: GitHub
- URL: https://github.com/chassis/bbpress
- Owner: Chassis
- Created: 2017-07-14T06:45:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T08:36:29.000Z (almost 9 years ago)
- Last Synced: 2025-01-04T19:28:35.922Z (over 1 year ago)
- Topics: bbpress, chassis, chassis-extension
- Language: Puppet
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chassis bbPress Exenstion
Extension for [Chassis](https://github.com/Chassis/Chassis) to install the [bbPress](https://wordpress.org/plugins/bbpress/) plugin.
## Installation
### Automatic (preferred)
To install add both `Chassis/bbPress` to your extensions list inside your config file.
Example `config.local.yaml` file:
```yaml
extensions:
- Chassis/bbPress
```
### Manual
1. Clone this repo into your Chassis `extensions` directory:
```sh
git clone https://github.com/Chassis/bbPress.git /path/to/chassis/extensions/bbPress
```
1. Run `vagrant provision` or `vagrant up` from your root Chassis directory.