Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chassis/pcov
A Chassis extension to install PCOV
https://github.com/chassis/pcov
Last synced: 3 days ago
JSON representation
A Chassis extension to install PCOV
- Host: GitHub
- URL: https://github.com/chassis/pcov
- Owner: Chassis
- Created: 2021-12-26T05:25:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T05:49:42.000Z (almost 3 years ago)
- Last Synced: 2024-04-09T22:16:39.389Z (7 months ago)
- Language: Puppet
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PCOV
A Chassis extension to install and configure PCOV on your Chassis server.## Project Installation
1. Add this extension to your extensions directory `git clone [email protected]:Chassis/PCOV.git extensions/pcov` or alternatively add the following to one of your [`.yaml`](https://github.com/Chassis/Chassis/blob/master/config.yaml) files:
```
extensions:
- chassis/pcov
```
2. Set your `config.local.yaml` PHP version to 7.1 or higher.
3. Run `vagrant provision`.## 🚨 Remove Xdebug 🚨
You'll need to remove Xdebug for PCOV to work. The easiest way to do this is to add this to one of your `.yaml` files:
```yaml
disabled_extensions:
- chassis/xdebug
```