This CLI command launched a single Zend Server with default settings for either a development or a production environment.
This table specifies the various arguments used in the command:
Abbreviated | Full | Description | Required/Optional |
-p |
--adminPassword |
The new administrator password to store for Zend Server's GUI authentication. |
Required |
-o |
--orderNumber |
License order number to store in the server's configuration. This license can be obtained from zend.com. |
Required |
-l |
--licenseKey |
License key to store in the server's configuration. This license can be obtained from zend.com. |
Required |
-a |
--acceptEula |
Must be set to TRUE to accept Zend Server's end user license agreement. |
Required |
-r |
--production |
Launch this server using the factory 'production' usage profile. Default: TRUE. |
Optional |
-u |
--appUrl |
The default application URL to use when displaying and handling deployed application URLs in the UI. Default: empty. |
Optional |
-e |
--adminEmail |
The default Email to use when sending notifications about events, audit entries and other features. |
Optional |
-d |
--devPassword |
The new developer user password to be stored for authentication. If no password is supplied, the developer user will not be create |
Optional |
This table lists arguments common to all zs-manage commands:
Abbreviated | Full | Description | Required/Optional |
-N |
--key-name |
WebAPI key name. |
Required |
-K |
--secret-key |
WebAPI secret key. |
Required |
-U |
--server-url |
Zend Server URL. Default: http://localhost:10081/ZendServer. |
Required - when action is performed on a remote server. |
-h |
--help |
Show usage information and exit. |
Optional |
|
|
|
To use bootstrap-single-server:
/usr/local/zend/bin/zs-manage bootstrap-single-server --help
/usr/local/zend/bin/zs-manage bootstrap-single-server -p <admin password> -o <license order number> -l <license key> -a True [optional parameters- see table above] Zend Server is launched. Your CLI will return the details of a WebAPI key which is required for using other CLI Tools commands. Save these details for future use: admin 13b6ff8ba4d559a3340327b2f7b213ad2f5e5a2ecab185a4cf6bf417978c9dee You should restart zend server after this operation. Can be done with zs-manage restart action. |
|
To access the Zend Server UI, open your browser at: https://<Server_IP>:10082/ZendServer (secure), or http://<Server_IP>:10081/ZendServer. |