Skip to content

Instantly share code, notes, and snippets.

@sota1235
Created October 22, 2017 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sota1235/75bc1eeb02c9723c64e4e4fa9782d4c2 to your computer and use it in GitHub Desktop.
Save sota1235/75bc1eeb02c9723c64e4e4fa9782d4c2 to your computer and use it in GitHub Desktop.
blackfire/prepare:
wget -O - https://packagecloud.io/gpg.key | sudo apt-key add -
echo "deb http://packages.blackfire.io/debian any main" | sudo tee /etc/apt/sources.list.d/blackfire.list
sudo apt-get update
blackfire/agent:
sudo apt-get install blackfire-agent
sudo blackfire-agent -register
blackfire/start:
sudo /etc/init.d/blackfire-agent restart
blackfire/cli:
sudo apt-get install blackfire-agent
blackfire config
blackfire/extension:
sudo apt-get install blackfire-php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment