From ac95e27326e7399610ad07fa53341af8e4fd123a Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 12 Nov 2009 11:41:48 +0000 Subject: move more stuff into old git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835348 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/slaws/old/httpserver.php/README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sandbox/slaws/old/httpserver.php/README (limited to 'sandbox/slaws/old/httpserver.php/README') diff --git a/sandbox/slaws/old/httpserver.php/README b/sandbox/slaws/old/httpserver.php/README new file mode 100644 index 0000000000..b318a289f2 --- /dev/null +++ b/sandbox/slaws/old/httpserver.php/README @@ -0,0 +1,28 @@ +Alert Aggregator - PHP Display Component +======================================== + +This httpserver configuration includes a PHP implementation of the +feed aggregator display component + +The startserver script can be used to start up an HTTPD server +configured to run the display component. It relies on two environment +variables being correctl configured. See the top of startserver.bat. + +PHP must be configured to include the PHP SCA_SDO v1.2.1 extension from PECL. + +http://pecl.php.net/package/sca_sdo + +This provides the SCA and SDO support that the display component relies on. + +To run the display component on windows. + +> cd httpserver.php + +fix up the paths at the top of startserver.bat and then + +> startserver.bat + +then point your browser at + +http://localhost:9091/index.html + -- cgit v1.2.3