User Guide > Tasks > Working with Deployment > Deploying an Application

Deploying an Application

This procedure describes how to deploy your application. Deploying takes the application from the local development environment and enables external view and usage on Web browsers.

For more information on what deployment means, see Deployment.

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 deploy an application:

  1. Select the project you wish to deploy.

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

  1. In the Testing area, click Deploy application.
    -OR-
    Drag the project from the PHP Explorer onto the target in the Target view and select Deploy application.
    The Deploy PHP Application dialog is displayed.

  1. Select the target you wish to deploy the application to, or click Add Target to add a new target. For more information on adding targets, see Managing Targets.
  2. Verify the application URL and name (entered automatically). If you have added a new target, click Refresh to view updated application list.
  3. Configure deployment advanced options:
    • Select the Enable Development Mode check-box to enable Application Monitoring and Automatic Upload for the application.
    • 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.

Deployment also occurs the first time applications are launched. For more information on launching applications, see Launching an Application.

Note:

The Zend Server deployment feature is only available on Apache servers. Deploying on IIS is currently not supported.

 

 

Related Links

Related Links:
Deployment

Launching an Application

Managing Targets

 

 

©1999-2013 Zend Technologies LTD. All rights reserved.