Skip to content

boxuk/chassis_blackfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackfire

Build Status

A Chassis extension to install and configure Blackfire on your Chassis server.

Usage

  1. Add this extension to your extensions directory git clone [email protected]: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
blackfire:
    server_id: YOUR_SERVER_ID_HERE
    server_token: YOUR_SERVER_TOKEN_HERE

You can obtain these values from: https://blackfire.io/account/agents

  1. Run vagrant provision.