Created
October 22, 2017 03:41
-
-
Save sota1235/75bc1eeb02c9723c64e4e4fa9782d4c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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