https://github.com/boxuk/chassis_blackfire
blackfire extension for http://chassis.io
https://github.com/boxuk/chassis_blackfire
Last synced: 5 months ago
JSON representation
blackfire extension for http://chassis.io
- Host: GitHub
- URL: https://github.com/boxuk/chassis_blackfire
- Owner: boxuk
- License: mit
- Created: 2019-10-18T13:32:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T15:37:07.000Z (almost 7 years ago)
- Last Synced: 2025-11-16T10:20:30.232Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blackfire
[](https://travis-ci.com/boxuk/chassis_blackfire)
A Chassis extension to install and configure [Blackfire](https://blackfire.io) on your Chassis server.
## Usage
1. Add this extension to your extensions directory `git clone git@github.com:boxuk/chassis_blackfire.git extensions/chassis_blackfire`
2. Ensure your `config.local.yaml` PHP version is set to 5.6 or higher.
3. Ensure you have the following configuration in your `config.local.yaml`
```yaml
blackfire:
server_id: YOUR_SERVER_ID_HERE
server_token: YOUR_SERVER_TOKEN_HERE
```
> You can obtain these values from: https://blackfire.io/account/agents
4. Run `vagrant provision`.