<%-- Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --%> <%@ page session="false"%>

The following document describes how to install and configure your php-Applications

System requirements

Resources

The PHP library needs to be in the path of the servlet container so that it can get invoked from the portlet. The library is platform specific. Download the library from the PHP site or from the links on the left.

  • Linux: libphp4.so

  • Windows: php4ts.dll & phpsrvlt.dll

  • Servlet interface between PHP libraries and portlets. The package is automatically downloaded to the maven/repository/itgroundwork/jars directory during the build.phportlet.jar

Setup

Linux

Windows

Download libphp4.so and add the directory containing the library to the environment var LD_LIBRARY_PATH.


Download php4ts.dll and phpsrvlt.dll and add the directory containing the libraries to the PATH.