Skip to content

Commit c16951e

Browse files
committed
Readme
1 parent 86010eb commit c16951e

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
1-
Zend Server Bash intergration examples using Zend Web Api and Zend Server Cli tools.
2-
===============
1+
## Zend Server Bash intergration examples using Web Api and Cli tools.
32
***
4-
Bash scripts for automatic provisioning and of Zend Server.
5-
==========================================================
6-
Introduction
3+
4+
==================
5+
## Introduction
76
============
87

9-
Zend Server comes with set of APIs and tools that enable fully automation of deployment and configuration. Entire clusters of Zend Server PHP Application servers can be created by running only few simple commands. Scripts and examples listed should serve as easy to read orientation or base for complex cloud or other automation.
8+
**Zend Server** comes with set of APIs and tools that enable fully automation of deployment and configuration. Entire clusters of **Zend Server PHP Application Servers** can be created by running only few simple commands. Scripts and examples listed should serve as easy to read orientation or base for complex cloud or other automation.
109

11-
Installation
10+
## Installation
1211
------------
1312

1413
Clone the code from Github :
1514

1615
git clone git://github.com/zendtech/ZendServerCommandLineScripts.git --recursive
1716

18-
Usage
17+
## Usage
1918
-----
2019

21-
zs-setupjoin.sh
20+
Edit globals.sh to match your licensing information and passwords.
21+
22+
nano -w globals.sh
2223

23-
zs-singlebootstrap.sh
24-
25-
globals.sh
24+
Join already existing cluster or setup one.
25+
26+
./zs-setupjoin.sh
2627

28+
Bootstrap a single server for production or development use.
29+
30+
./zs-singlebootstrap.sh
31+
32+
2733

0 commit comments

Comments
 (0)