Launching an Application

This procedure describes how to run your application in Zend Studio. Launching will display your application in a Web browser. If it is the first time you are launching, deployment will also be performed.

Note:

To deploy an application in Zend Studio, a project needs enabled deployment. For more information on how to enable deployment for a project, see Enabling Deployment Support for Your Application.

 

 

Instructions on how to complete a procedure

To launch your application:

  1. Select the project you wish to launch.

  2. Open the 'deployment.xml' file and select the Overview tab (displayed by default).

  1. In the Testing area, click Launch application.
    If this is the first time you are launching the application, the Launch PHP Application dialog is displayed.

    Note:

    If this is not the first time you are launching, no deployment dialog is displayed and the application will launch in a browser.

  1. Select the server you wish to deploy the application to, or click Add Sever to add a new server. For more information on adding servers, see Managing PHP Servers.

    Note:

    Deployment can only be performed on the following PHP servers: Local Zend Server and Remote Zend Server.

  2. Verify the application URL and name (entered automatically). If you have added a new server, click Refresh to view updated application list.
  3. Configure deployment advanced options:
    • Select the Enable Development Mode check-box to enable Application Monitoring for the application, and automatic deploy (automatically uploads files upon save).
    • Select the Warn during updating check-box, to prompt a verification dialog when updating a deployed application.
    • Select the Ignore failures check-box to ignore deployment configuration failures.
  4. Click Finish.
    Your application is deployed on the target selected, and launched in a browser.

You may also launch in Debug Mode. See Launching an Application in Debug Mode for more information.