Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OHF Bridge PHP Sample Client"

(PHP Pears)
(Installation)
Line 11: Line 11:
 
* Set the '''org.eclipse.ohf.bridge.client''' as the root directory of the Apache server
 
* Set the '''org.eclipse.ohf.bridge.client''' as the root directory of the Apache server
 
* Open the '''org.eclipse.ohf.bridge.client/conf/client_conf.php'''
 
* Open the '''org.eclipse.ohf.bridge.client/conf/client_conf.php'''
** Edit the '''OHF_SERVICE_URL''' definition to point to the [[Ohf Bridge]]
+
** Edit the '''OHF_SERVICE_URL''' definition to point to the [[OHF Bridge]]
 
* Done!
 
* Done!

Revision as of 19:23, 14 September 2006

Installation pre-requisits

PHP Pears

  • SOAP

Installation

Oh, nothing really to do here :-)

  • Set the org.eclipse.ohf.bridge.client as the root directory of the Apache server
  • Open the org.eclipse.ohf.bridge.client/conf/client_conf.php
    • Edit the OHF_SERVICE_URL definition to point to the OHF Bridge
  • Done!

Back to the top