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
- Host: GitHub
- URL: https://github.com/chassis/gutenberg
- Owner: Chassis
- Created: 2017-09-03T05:53:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T08:37:09.000Z (almost 9 years ago)
- Last Synced: 2025-01-04T19:28:16.855Z (over 1 year ago)
- Language: Puppet
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.