You are here: 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.

Prerequisites: 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.

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

  1. Enter the following information:

  • Deploy to: Select the target you wish to deploy the application on. If you wish to add a new target, click on Add New Target.
    For more information on adding new targets, see Managing Targets.

  • Application URL: Enter the URL for your application.

  • Click Advanced Settings for additional settings:

    • By default, Deploy is selected.

    • To take no action and open a browser, mark No Action.

    • To update an existing application, mark Update and select application to update by clicking on dropdown menu.

    • To automatically update an applcaition, mark Automatic Deploy and select application clicking on dropdown menu.

    • To ignore deployment configuration failures, mark Ignore Failures.

  1. 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.

 

 

 

Related Links

Related Links:
Deployment

Launching an Application

Managing Targets

 

 

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