Skip to content

Commit

Permalink
Improving the installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Toomas Romer committed May 8, 2015
1 parent 13e506b commit 2677c7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,15 @@ Installation
* Move xhprof_lib/config.sample.php to xhprof_lib/config.php
* Edit `xhprof_lib/config.php`
* Update the mysql connection strings
* Update the server url
* Update the `dot_binary` configuration
* Update the `controlIPs` variable to enable access. For a development machine you can set this to `false` to disable IP checks.
* Import the DB schema (it is just 1 table)
* See the SQL at [xhprof_runs.php](https://github.com/toomasr/xhprof/blob/master/xhprof_lib/utils/xhprof_runs.php#L109)
* Add a PHP configuration
* If using Apache you can edit your virtual host configuration
* Add `php_admin_value auto_prepend_file "/path/to/xhprof/external/header.php"`
* Visit http://your-server/xhprof/xhprof_html/ and be amazed!

We Are Working On
-----------------
Expand Down

0 comments on commit 2677c7a

Please sign in to comment.