Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morganestes/chassis-debug-extras
Extension for Chassis to enable extra development and debugging tools.
https://github.com/morganestes/chassis-debug-extras
chassis wordpress-development
Last synced: 8 days ago
JSON representation
Extension for Chassis to enable extra development and debugging tools.
- Host: GitHub
- URL: https://github.com/morganestes/chassis-debug-extras
- Owner: morganestes
- Created: 2017-03-14T21:59:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T21:03:37.000Z (over 7 years ago)
- Last Synced: 2024-10-09T04:41:18.180Z (about 1 month ago)
- Topics: chassis, wordpress-development
- Language: Puppet
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chassis Debugging Extras
Extension for [Chassis](https://github.com/Chassis/Chassis) to enable extra development and debugging tools in WordPress.## Installation
### Automatic (preferred)
To install, add both `Chassis/Debugging` and `morganestes/chassis-debug-extras` to your extensions list inside your config file.Example `config.local.yaml` file:
```yaml
extensions:
- Chassis/Xdebug
- Chassis/Query-Monitor
- Chassis/Debugging
- morganestes/chassis-debug-extras
```### Manual
1. Clone this repo into your Chassis `extensions` directory:
```sh
git clone https://github.com/morganestes/chassis-debug-extras /path/to/chassis/extensions/debugging-extras
```
1. Run `vagrant reload --provision` or `vagrant up` from inside Chassis.