Zend Server User Guide > Concepts > Deployment

Deployment

Deployment allows you to package an application and deploy it using Zend Server, making it available for users on the Web. Deployment can be carried out via the User Interface, or via the Web API. Zend Server will handle the web server configurations and other necessary actions to deploy the application. Once this is done, your application is live and available on the Web at the URL you have specified as your base URL. Additionally, with the deployment feature, you can sort your events according to the application name or the URL on which they occurred.

Deployment allows you to define the parameters necessary for your application (the metadata) in XML format as part of the application package. The application package includes the application data (source code), and any additional hook scripts you would like to use.

In a clustered environment the deployment feature adds and removes your application on all the servers in the cluster.  

Note:

The deployment feature is only available for Zend Server running on Apache or nginx Web servers.

Deployment Operations

In addition, the operations above can be carried via the Web API using the Deployment API Methods.

 

 

Related Links

Related Links:

Understanding the Package Structure

Preparing the Package Using the Deployment Tool

Deploying an Application

 

 

 

 

© 1999-2013 Zend Technologies, Ltd. All rights reserved.