The flow of the process is as follows:
To better understand the procedures described in this topic, watch this video:
Before deploying an application, you must have the complete application package ready.
Important!
Before deploying, ensure the size of your application package does not exceed the values set for the 'post_max_size' and 'upload_max_filesize' directives in the 'C:\Program Files\Zend\ZendServer\etc\php.ini' (Windows and IBMi) or '<zend>/gui/lighttpd/etc/php-fcgi.ini' (Linux and Mac OS X) files. The default settings for these directives is 512MB.
Note:
The deployment feature is only available for Zend Server running on Apache or nginx Web servers.
|
|
|
To deploy an application:
When finished, click Next. Note: The base URL (or root URL) is the URL where the application is available after it has been deployed. The base URL is unique and cannot be shared between two applications, and each application is required to have a base URL. Using a pseudo URL is also acceptable.
Note: If one or more of your parameters has failed to validate, open your UI in another browser or tab, alter the configurations that need to be changed for the validation to succeed, and refresh the wizard. The User Parameters dialog displays.
Important: If your Base URL link includes '<default-server>', it must be replaced with your machine's IP address to open the link. |
Tip: If this process fails, information is available about the failure in the zdd.log file. In the UI, go to Overview | Logs to view log file. |
Zend Server will place your Apache configuration files during Zend Server installation, application configuration files and application data in specific directories.
During its installation, Zend Server detects if there is an existing default vhost:
If one is detected, Zend Server adds an include statement to the default virtual host, which points to ‘usr/local/zend/etc/sites.d’
If no default virtual host is detected, Zend Server creates one which points to ‘usr/local/zend/etc/sites.d'
Your application configuration files are located in the following locations:
Your deployed application’s data is stored in:
|
|
|
Related Links: Zend Deployment |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.