summaryrefslogtreecommitdiffstats
path: root/documentation/install.html
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-30 19:32:00 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-30 19:32:00 -0400
commit274eb1fac853c101c21231366c5dd56aba4d3ca1 (patch)
treebbeb72dca7673c87fa706c77f07ff36c5380b4e8 /documentation/install.html
parentd5e66326842be7513ee2c5edc25b4dc9772a86ad (diff)
downloadphoronix-test-suite-upstream-274eb1fac853c101c21231366c5dd56aba4d3ca1.tar.gz
phoronix-test-suite-upstream-274eb1fac853c101c21231366c5dd56aba4d3ca1.tar.xz
phoronix-test-suite-upstream-274eb1fac853c101c21231366c5dd56aba4d3ca1.zip
Add Tips & Tricks documentation and update installation instructions...
Diffstat (limited to 'documentation/install.html')
-rw-r--r--documentation/install.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/install.html b/documentation/install.html
index c0d9a0d..bb0d442 100644
--- a/documentation/install.html
+++ b/documentation/install.html
@@ -25,6 +25,7 @@ behind the use of PHP 5 for is the portability across platforms for this languag
low impact on the overall system, a lower entrance barrier for new developers,
and low number (if any) dependencies that PHP5 CLI requires. The PHP GD library
is used for rendering the graphs within the PTS Results Viewer.</p>
+<p>Note: you may need to modify the <em>php.ini</em> file on your system in order to support uploading results to PTS Global or logging into your PTS Global account. The <em>allow_url_fopen</em>, <em>file_uploads</em>, and <em>allow_url_include</em> options must be set to true in the PHP configuration and curl must be supported by the PHP installation. <a href="http://www.phoronix.com/forums/showpost.php?p=32484&postcount=4">Additional information</a>.
<p>While PHP and PHP GD are the only required dependencies, many of the test profiles
do require the standard Linux development tools/libraries (GCC, etc). On a clean
Ubuntu installation, it's as easy as first running <em>sudo apt-get install build-essential