You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zend Server is the integrated application platform for PHP mobile and web apps.
16
-
Zend Server provides you with a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the all-new Z-Ray.
17
-
###Boost your Development with Z-Ray
18
-
Using Zend Server Z-Ray is akin to wearing X-Ray goggles, effortlessly giving developers deep insight into how their code is running as they are developing it – all without having to change any of their habits or workflow. With Z-Ray, developers can immediately understand the impact of their code changes, enabling them to both improve quality and solve issues long before their code reaches production. In addition to the obvious benefits of this ‘Left Shifting’ – better performance, fewer production issues and faster recovery times – using Z-Ray is also downright fun!
19
-
###Powering Continuous Delivery
20
-
Zend Server is the platform that enables Continuous Delivery, which provides consistency, automation and collaboration capabilities throughout the application delivery cycle. Patterns are available to integrate Zend Server with: Chef, Jenkins, Nagios, Vmware, Puppet.
This is a cluster-enabled version of a Dockerized Zend Server 7.0 container.
31
-
With Zend Server on Docker, you'll get your PHP applications up and running on a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the new and innovative new technology - Z-Ray. Z-Ray gives developers unprecedented visibility into their code by tracking and displaying in a toolbar live and detailed info on how the various elements constructing their page are performing.
32
-
33
-
Usage
34
-
-----
35
-
#### Launching the Container from Docker-Hub
36
-
Zend Server is shared on [Docker-Hub] as **php-zendserver**.
37
-
- To start a single Zend Server instance, execute:
38
-
39
-
$ docker run php-zendserver
40
-
41
-
- You can specify the PHP and Zend Server version by adding ':<php-version>' or ':<ZS-version>-php<version>' to the 'docker run' command. Availible PHP version are 5.4 & 5.5 (5.5 is the default) and Zend Server 7
42
-
(for example: php-zendserver:7.0-php5.4).
43
-
44
-
- To start a Zend Server cluster, execute the following command for each cluster node:
Once started, the container will output the information required to access the PHP application and the Zend Server UI, including an automatically generated admin password.
64
-
65
-
To access the container **remotely**, port forwarding must be configured, either manually or using docker.
66
-
For example, this command redirects port 80 to port 88, and port 10081 (Zend Server UI port) to port 10088:
67
-
68
-
$ docker run -p 88:80 -p 10088:10081 php-zendserver
Zend Server is the integrated application platform for PHP mobile and web apps.
16
+
Zend Server provides you with a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the all-new Z-Ray.
17
+
###Boost your Development with Z-Ray
18
+
Using Zend Server Z-Ray is akin to wearing X-Ray goggles, effortlessly giving developers deep insight into how their code is running as they are developing it – all without having to change any of their habits or workflow. With Z-Ray, developers can immediately understand the impact of their code changes, enabling them to both improve quality and solve issues long before their code reaches production. In addition to the obvious benefits of this ‘Left Shifting’ – better performance, fewer production issues and faster recovery times – using Z-Ray is also downright fun!
19
+
###Powering Continuous Delivery
20
+
Zend Server is the platform that enables Continuous Delivery, which provides consistency, automation and collaboration capabilities throughout the application delivery cycle. Patterns are available to integrate Zend Server with: Chef, Jenkins, Nagios, Vmware, Puppet.
This is a cluster-enabled version of a Dockerized Zend Server 7.0 container.
31
+
With Zend Server on Docker, you'll get your PHP applications up and running on a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the new and innovative new technology - Z-Ray. Z-Ray gives developers unprecedented visibility into their code by tracking and displaying in a toolbar live and detailed info on how the various elements constructing their page are performing.
32
+
33
+
Usage
34
+
-----
35
+
#### Launching the Container from Docker-Hub
36
+
Zend Server is shared on [Docker-Hub] as **php-zendserver**.
37
+
- To start a single Zend Server instance, execute:
38
+
39
+
$ docker run php-zendserver
40
+
41
+
- You can specify the PHP and Zend Server version by adding ':<php-version>' or ':<ZS-version>-php<version>' to the 'docker run' command. Availible PHP version are 5.4 & 5.5 (5.5 is the default) and Zend Server 7
42
+
(for example: php-zendserver:7.0-php5.4).
43
+
44
+
- To start a Zend Server cluster, execute the following command for each cluster node:
Once started, the container will output the information required to access the PHP application and the Zend Server UI, including an automatically generated admin password.
64
+
65
+
To access the container **remotely**, port forwarding must be configured, either manually or using docker.
66
+
For example, this command redirects port 80 to port 88, and port 10081 (Zend Server UI port) to port 10088:
67
+
68
+
$ docker run -p 88:80 -p 10088:10081 php-zendserver
0 commit comments