A Chassis extension to install and configure Blackfire on your Chassis server.
- Add this extension to your extensions directory
git clone [email protected]:boxuk/chassis_blackfire.git extensions/chassis_blackfire
- Ensure your
config.local.yaml
PHP version is set to 5.6 or higher. - Ensure you have the following configuration in your
config.local.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
- Run
vagrant provision
.