summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/httpserver.php/README
diff options
context:
space:
mode:
authordims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
committerdims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
commitbdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a (patch)
tree38a92061c0793434c4be189f1d70c3458b6bc41d /sandbox/slaws/httpserver.php/README
Move Tuscany from Incubator to top level.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/slaws/httpserver.php/README')
-rw-r--r--sandbox/slaws/httpserver.php/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/sandbox/slaws/httpserver.php/README b/sandbox/slaws/httpserver.php/README
new file mode 100644
index 0000000000..b318a289f2
--- /dev/null
+++ b/sandbox/slaws/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
+