Skip to content

Instantly share code, notes, and snippets.

@joshuataylor
Created February 3, 2016 01:57
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 joshuataylor/160941123750659edd0a to your computer and use it in GitHub Desktop.
Save joshuataylor/160941123750659edd0a to your computer and use it in GitHub Desktop.
# apt-get install blackfire-php
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
lsof php5-cli php5-common php5-json php5-readline psmisc
Suggested packages:
php-pear php5-user-cache
Recommended packages:
php7.0-cli php7.0-common
The following NEW packages will be installed:
blackfire-php lsof php5-cli php5-common php5-json php5-readline psmisc
0 upgraded, 7 newly installed, 0 to remove and 14 not upgraded.
Need to get 4132 kB of archives.
After this operation, 14.5 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://mirror.overthewire.com.au/ubuntu/ trusty/main psmisc amd64 22.20-1ubuntu2 [53.2 kB]
Get:2 http://mirror.overthewire.com.au/ubuntu/ trusty/main lsof amd64 4.86+dfsg-1ubuntu2 [257 kB]
Get:3 http://mirror.overthewire.com.au/ubuntu/ trusty/main php5-json amd64 1.3.2-2build1 [34.4 kB]
Get:4 http://mirror.overthewire.com.au/ubuntu/ trusty-updates/main php5-common amd64 5.5.9+dfsg-1ubuntu4.14 [443 kB]
Get:5 http://mirror.overthewire.com.au/ubuntu/ trusty-updates/main php5-cli amd64 5.5.9+dfsg-1ubuntu4.14 [2165 kB]
Get:6 http://packages.blackfire.io/debian/ any/main blackfire-php amd64 1.9.0 [1169 kB]
Get:7 http://mirror.overthewire.com.au/ubuntu/ trusty-updates/main php5-readline amd64 5.5.9+dfsg-1ubuntu4.14 [12.1 kB]
Fetched 4132 kB in 5s (786 kB/s)
Selecting previously unselected package psmisc.
(Reading database ... 30112 files and directories currently installed.)
Preparing to unpack .../psmisc_22.20-1ubuntu2_amd64.deb ...
Unpacking psmisc (22.20-1ubuntu2) ...
Selecting previously unselected package lsof.
Preparing to unpack .../lsof_4.86+dfsg-1ubuntu2_amd64.deb ...
Unpacking lsof (4.86+dfsg-1ubuntu2) ...
Selecting previously unselected package php5-json.
Preparing to unpack .../php5-json_1.3.2-2build1_amd64.deb ...
Unpacking php5-json (1.3.2-2build1) ...
Selecting previously unselected package php5-common.
Preparing to unpack .../php5-common_5.5.9+dfsg-1ubuntu4.14_amd64.deb ...
Unpacking php5-common (5.5.9+dfsg-1ubuntu4.14) ...
Selecting previously unselected package php5-cli.
Preparing to unpack .../php5-cli_5.5.9+dfsg-1ubuntu4.14_amd64.deb ...
Unpacking php5-cli (5.5.9+dfsg-1ubuntu4.14) ...
Selecting previously unselected package php5-readline.
Preparing to unpack .../php5-readline_5.5.9+dfsg-1ubuntu4.14_amd64.deb ...
Unpacking php5-readline (5.5.9+dfsg-1ubuntu4.14) ...
Selecting previously unselected package blackfire-php.
Preparing to unpack .../blackfire-php_1.9.0_amd64.deb ...
Unpacking blackfire-php (1.9.0) ...
Setting up psmisc (22.20-1ubuntu2) ...
Setting up lsof (4.86+dfsg-1ubuntu2) ...
Setting up blackfire-php (1.9.0) ...
We have detected you use PHP 7.0.
Please note that PHP 7.0 support is currently in beta.
contact us on https://blackfire.io using the Feedback button if you experience any trouble.
blackfire-php install completed.
Please restart your Web server(s) or PHP-FPM to complete installation.
Setting up php5-json (1.3.2-2build1) ...
php5_invoke: Enable module json for cli SAPI
Setting up php5-common (5.5.9+dfsg-1ubuntu4.14) ...
Creating config file /etc/php5/mods-available/pdo.ini with new version
php5_invoke: Enable module pdo for cli SAPI
Creating config file /etc/php5/mods-available/opcache.ini with new version
php5_invoke: Enable module opcache for cli SAPI
Processing triggers for blackfire-php (1.9.0) ...
We have detected you use PHP 7.0.
Please note that PHP 7.0 support is currently in beta.
contact us on https://blackfire.io using the Feedback button if you experience any trouble.
Setting up php5-cli (5.5.9+dfsg-1ubuntu4.14) ...
update-alternatives: using /usr/bin/php5 to provide /usr/bin/php (php) in auto mode
update-alternatives: warning: not replacing /usr/bin/php with a link
Creating config file /etc/php5/cli/php.ini with new version
php5_invoke blackfire: already enabled for cli SAPI
php5_invoke pdo: already enabled for cli SAPI
php5_invoke json: already enabled for cli SAPI
php5_invoke opcache: already enabled for cli SAPI
Setting up php5-readline (5.5.9+dfsg-1ubuntu4.14) ...
Creating config file /etc/php5/mods-available/readline.ini with new version
php5_invoke: Enable module readline for cli SAPI
Processing triggers for blackfire-php (1.9.0) ...
We have detected you use PHP 7.0.
Please note that PHP 7.0 support is currently in beta.
contact us on https://blackfire.io using the Feedback button if you experience any trouble.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment