In this Topic Hide
Zend Server for IBM i is a tool that requires a minimal amount of actual interaction with the Administration Interface. Once your environment is setup, apart from occasionally logging in to view your system settings or your php.ini, there are not many day-to-day activities that require the Administration Interface.
The first point of reference for working with Zend Server for IBM i is what to do after installation.
The following section describes the tasks that should be performed after installing Zend Server for IBM i for the first time.
These tasks cover all the different installation types (DEB, RPM,and Windows). Each task is accompanied by a description of its purpose and the expected results.
Purpose: To verify the installation and that the Administration Interface is accessible.
Result: the Administration Interface opens in a browser.
The Administration Interface is a Web interface that runs through a browser.
This procedure describes how to view the Administration Interface.
|
|
To view the Administration Interface:
|
|
The next time you log in to Zend Server for IBM i, you are prompted for the password you set the first time you opened Zend Server for IBM i. |
Purpose: To ensure that you can access the Administration Interface.
Result: Your password is created.
When you first run Zend Server for IBM i, the registration screen is displayed. Define your Zend Server for IBM i login password in this screen.
To view the different password management options, click Password Management.
Purpose: To verify that Apache is running.
Result: System confirmation.
This procedure describes how to check if the Apache Web server is running.
|
|
To check if the Apache server is running: IBM i: from the command line, run WRKACTJOB JOB(ZENDSVR)_ |
|
A notification with the Apache server status is displayed. |
Purpose: To verify that the installed Web server is running properly.
Result: The "Hello World" message is displayed in your browser.
This procedure describes how to run a test PHP script.
|
|
To run a simple test script:
<?php The "Hello World" message is displayed when the code runs in a browser.
|
|
Your browser displays the "Hello World" message. |
Purpose: To enable PHP debugging using Zend Studio and Zend Server for IBM i.
Result: You are able to debug your PHP code and view the results in Zend Studio.
Before working with the Debugger, configure the allowed hosts in Server Setup | Debugger.
Note:
By default, Zend Server for IBM i comes with a permissive setting that allows all standard private IP addresses (for example 10.*.*.*) to access the Debugger. For security reasons, if you do not have an immediate need for permissive access, remove these ranges from the Allowed Hosts: 10.*.*.* / 192.168.*.* / 172.16.*.*.
Additional setup information can be found in the Installation Guide, in Package Setup and Control Scripts.
|
|
Related Links: |
|
|
|