Skip to content

Commit 8dae8a4

Browse files
committed
Updated deployment guide
1 parent 76f9d16 commit 8dae8a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deployingzscluster.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### Introduction.
55
---------------
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.
77

88
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.
99

@@ -14,7 +14,8 @@ Zend Server user interface is driven by MySQL database and separate instance of
1414
---------------
1515

1616
1. Installing and configuring MySQL.
17-
17+
18+
git clone git://github.com/zendtech/ZendServerCommandLineScripts.git ----recursive
1819
./mysql-install.sh
1920

2021
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

Comments
 (0)