https://github.com/chassis/debugging
A Chassis extension that installs and activates commonly used debugging plugins
https://github.com/chassis/debugging
Last synced: 10 days ago
JSON representation
A Chassis extension that installs and activates commonly used debugging plugins
- Host: GitHub
- URL: https://github.com/chassis/debugging
- Owner: Chassis
- Created: 2016-05-03T01:40:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T19:17:55.000Z (over 7 years ago)
- Last Synced: 2025-03-11T00:05:42.302Z (over 1 year ago)
- Language: Puppet
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debugging
A [Chassis](https://github.com/Chassis/Chassis) extension to install and activate common WordPress plugins used for debugging during development.
## What's this plugin do
This Chassis extension installs and activates the following plugins:
1. [Debug Bar](https://wordpress.org/plugins/debug-bar/)
2. [Debug Bar Extender](https://wordpress.org/plugins/debug-bar-extender/)
3. [Debug Bar Cron](https://wordpress.org/plugins/debug-bar-cron/)
4. [Debug Bar Transients](https://wordpress.org/plugins/debug-bar-transients/)
5. [Log Deprecated Notices](https://wordpress.org/plugins/log-deprecated-notices/)
6. [Rewrite Rules Inspector](https://wordpress.org/plugins/rewrite-rulesinspector/)
## Usage
1. Clone Chassis `git clone --recursive https://github.com/Chassis/Chassis debugging`
2. Add this extension to your extensions directory `cd debugging && git clone git@github.com:Chassis/Debugging.git extensions/debugging`
3. Run `vagrant up`
4. Browse to [http://vagrant.local](http://vagrant.local/)