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
Copy file name to clipboardexpand all lines: deployingzscluster.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Introduction.
5
5
---------------
6
-
This tutorilal explains how to setup Zend Server Cluster using bash scripts.
6
+
This tutorilal explains how to setup Zend Server Cluster using bash scripts on Linux OS. Both RPM and DEB packages are supported.Packages are available for 32bit and 64bit architechtures and will be installed automatically.
7
7
8
8
Scripts examples have been written to provide base to custom integration of Zend Server into current deployment framework or as an easy to read example which can be implemented in other programming languages.
9
9
@@ -14,7 +14,8 @@ Zend Server user interface is driven by MySQL database and separate instance of
The goal of this step is to install and configure MySQL database backend to be used by **Zend Server Cluster Nodes**. Best practices would be to creat separate user with permissions on an empty database. "Registration" of the Zend Server node to the database will populate it with required structure. For small non-production environment location of the MySQL is no critical and can reside on one of the cluster nodes.
0 commit comments