An open API service indexing awesome lists of open source software.

https://github.com/chassis/gutenberg

A Chassis extension to install Gutenberg
https://github.com/chassis/gutenberg

Last synced: about 17 hours ago
JSON representation

A Chassis extension to install Gutenberg

Awesome Lists containing this project

README

          

# A Chassis extension to install Gutenberg

This extension will install [https://wordpress.org/plugins/gutenberg/]

## Installation
### Automatic (preferred)
To install add both `chassis/gutenberg` to your extensions list inside your config file.

Example `config.local.yaml` file:
```yaml
extensions:
- chassis/gutenberg
```

### Manual
1. Clone this repo into your Chassis `extensions` directory:
```sh
git clone https://github.com/Chassis/gutenberg.git /path/to/chassis/extensions/gutenberg
```
1. Run `vagrant provision` or `vagrant up` from your root Chassis directory.